Skip to content

Commit 0927f08

Browse files
authored
[conf][skip ci] adding canonical_rate to jmx.yaml (#3494)
1 parent a9ae8a7 commit 0927f08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf.d/jmx.yaml.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
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,
33
# 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.
44
# - /path/to/custom/jarfile.jar
55
# - /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
69

710
instances:
811
# - host: localhost

0 commit comments

Comments
 (0)