lhotari commented on code in PR #22616:
URL: https://github.com/apache/pulsar/pull/22616#discussion_r1591460843
##########
conf/pulsar_env.sh:
##########
@@ -94,3 +94,7 @@ PULSAR_EXTRA_OPTS="${PULSAR_EXTRA_OPTS:-"
-Dpulsar.allocator.exit_on_oom=true -D
#Wait time before forcefully kill the pulsar server instance, if the stop is
not successful
#PULSAR_STOP_TIMEOUT=
+# Enable semantically stable telemetry for JVM metrics, unless otherwise
overridden by the user.
+if [ -z "$OTEL_SEMCONV_STABILITY_OPT_IN" ]; then
+ OTEL_SEMCONV_STABILITY_OPT_IN=jvm
Review Comment:
```suggestion
export OTEL_SEMCONV_STABILITY_OPT_IN=jvm
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]