Fix typo in cassandra jolokia example config (#6044)
This commit is contained in:
parent
a231b3e79d
commit
cb261be903
|
@ -2,7 +2,7 @@
|
||||||
urls = ["http://localhost:8778/jolokia"]
|
urls = ["http://localhost:8778/jolokia"]
|
||||||
name_prefix = "java_"
|
name_prefix = "java_"
|
||||||
|
|
||||||
[[inputs.jolokia2_agent.metrics]]
|
[[inputs.jolokia2_agent.metric]]
|
||||||
name = "Memory"
|
name = "Memory"
|
||||||
mbean = "java.lang:type=Memory"
|
mbean = "java.lang:type=Memory"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue