tanishq-chugh commented on code in PR #5535:
URL: https://github.com/apache/hive/pull/5535#discussion_r2915862873
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5759,7 +5759,10 @@ public static enum ConfVars {
HIVE_OTEL_RETRY_BACKOFF_MULTIPLIER("hive.otel.retry.backoff.multiplier",
5f,
"The multiplier applied to the backoff interval for retries in the
OTEL exporter."
- + "This determines how much the backoff interval increases after
each failed attempt, following an exponential backoff strategy.");
+ + "This determines how much the backoff interval increases after
each failed attempt, following an exponential backoff strategy."),
+
+ HIVE_OTEL_EXPOSE_TEZ_COUNTERS("hive.otel.expose.tez.counters", false,
+ "Enables the inclusion of Tez counters in OTEL output for a particular
query. Default is false.");
Review Comment:
Made the change in commit
[893e3a3](https://github.com/apache/hive/pull/5535/commits/893e3a394a2c441d61b1361c90c8bdeffd67db3b)
--
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]