Gargi-jais11 commented on code in PR #9957:
URL: https://github.com/apache/ozone/pull/9957#discussion_r2973002758
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/tracing/TracingUtil.java:
##########
@@ -177,6 +202,41 @@ public static boolean isTracingEnabled(
ScmConfigKeys.HDDS_TRACING_ENABLED_DEFAULT);
}
+ /** Function to parse span sampling config. The input is in thr form
<span_name>:<sample_rate>.
Review Comment:
```suggestion
/** Function to parse span sampling config. The input is in the form
<span_name>:<sample_rate>.
```
--
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]