Skip to content

Commit

Permalink
Update config message
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Oct 23, 2024
1 parent 576cfaa commit 576555f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions translator/tocwconfig/sampleConfig/jmx_config_linux.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"agent": {
"omit_hostname": true
"omit_hostname": true,
"debug": true,
"metrics_collection_interval": 10
},
"metrics": {
"metrics_destinations": {
Expand All @@ -11,7 +13,7 @@
},
"metrics_collected": {
"jmx": {
"endpoint": "localhost:8080",
"endpoint": "localhost:2030",
"jvm": {
"measurement": [
"jvm.memory.heap.init",
Expand All @@ -20,7 +22,21 @@
"rename": "JVM_MEM_HEAP_USED",
"unit": "unit"
},
"jvm.memory.nonheap.init"
"jvm.memory.nonheap.init",
"jvm.threads.count",
"jvm.gc.collections.elapsed",
"jvm.gc.collections.count",
"jvm.memory.pool.used",
"jvm.memory.pool.max",
"jvm.memory.pool.init",
"jvm.memory.pool.committed",
"jvm.memory.nonheap.used",
"jvm.memory.nonheap.max",
"jvm.memory.nonheap.committed",
"jvm.memory.heap.used",
"jvm.memory.heap.max",
"jvm.memory.heap.committed",
"jvm.classes.loaded"
]
},
"kafka-consumer": {
Expand Down

0 comments on commit 576555f

Please sign in to comment.