michaelsembwever commented on code in PR #4872:
URL: https://github.com/apache/cassandra/pull/4872#discussion_r3372401369


##########
conf/cassandra.yaml:
##########
@@ -2999,3 +2999,9 @@ compression_dictionary_cache_size: 10
 # Expired dictionaries will be removed from memory but can be reloaded if 
needed.
 # Min unit: s
 compression_dictionary_cache_expire: 24h
+
+# OpenTelemetry integration
+# If enabled, Cassandra can export telemetry using OpenTelemetry.
+# Currently, only tracing is exported
+# Default: false
+opentelemetry_enabled: false

Review Comment:
   move up to start section of EXPERIMENTAL FEATURES



##########
conf/cassandra_latest.yaml:
##########
@@ -2742,3 +2742,9 @@ compression_dictionary_cache_size: 10
 # Expired dictionaries will be removed from memory but can be reloaded if 
needed.
 # Min unit: s
 compression_dictionary_cache_expire: 24h
+
+# OpenTelemetry integration
+# If enabled, Cassandra can export telemetry using OpenTelemetry.
+# Currently, only tracing is exported
+# Default: false
+opentelemetry_enabled: false

Review Comment:
   move up to start section of EXPERIMENTAL FEATURES



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to