You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf.d/jmx.yaml.example
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
init_config:
2
-
# custom_jar_paths: # Optional, allows specifying custom jars that will be added to the classpath of the agent's JVM,
2
+
# custom_jar_paths: # Optional, allows specifying custom jars that will be added to the classpath of the agent's JVM,
3
3
# BREAKING CHANGE NOTICE : The agent currently supports a string if there is only one custom JAR. In future versions, this will be deprecated and MUST be a list in all cases.
4
4
# - /path/to/custom/jarfile.jar
5
5
# - /path/to/another/custom/jarfile2.jar
6
+
# canonical_rate: false # boolean to decide whether to use the canonical definition of rate.
7
+
# # Canonical rates will not submit a negative rate value (considered a reset)
8
+
# # Defaults to false to avoid breaking backward compatibility
0 commit comments