Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
40
migrations/inputs_cassandra/testcases/simple/expected.conf
Normal file
40
migrations/inputs_cassandra/testcases/simple/expected.conf
Normal file
|
@ -0,0 +1,40 @@
|
|||
[[inputs.jolokia2_agent]]
|
||||
urls = ["http://10.10.10.1:8778"]
|
||||
username = "myuser"
|
||||
password = "mypassword"
|
||||
name_prefix = "java"
|
||||
|
||||
[[inputs.jolokia2_agent.metric]]
|
||||
name = "Memory"
|
||||
mbean = "java.lang:type=Memory/HeapMemoryUsage"
|
||||
|
||||
[[inputs.jolokia2_agent]]
|
||||
urls = ["http://10.10.10.1:8778"]
|
||||
username = "myuser"
|
||||
password = "mypassword"
|
||||
name_prefix = "cassandra"
|
||||
|
||||
[[inputs.jolokia2_agent.metric]]
|
||||
name = "Table"
|
||||
mbean = "org.apache.cassandra.metrics:type=Table,keyspace=*,scope=*,name=ReadLatency"
|
||||
field_prefix = "$2_"
|
||||
tag_keys = ["keyspace", "name", "scope"]
|
||||
|
||||
[[inputs.jolokia2_agent]]
|
||||
urls = ["http://10.10.10.2:8778", "http://localhost:8778"]
|
||||
name_prefix = "java"
|
||||
|
||||
[[inputs.jolokia2_agent.metric]]
|
||||
name = "Memory"
|
||||
mbean = "java.lang:type=Memory/HeapMemoryUsage"
|
||||
|
||||
[[inputs.jolokia2_agent]]
|
||||
urls = ["http://10.10.10.2:8778", "http://localhost:8778"]
|
||||
name_prefix = "cassandra"
|
||||
|
||||
[[inputs.jolokia2_agent.metric]]
|
||||
name = "Table"
|
||||
mbean = "org.apache.cassandra.metrics:type=Table,keyspace=*,scope=*,name=ReadLatency"
|
||||
field_prefix = "$2_"
|
||||
tag_keys = ["keyspace", "name", "scope"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue