mirror of https://github.com/apache/druid.git
correct metric name in emitter configuration files (#6290)
This commit is contained in:
parent
71ac3ada21
commit
84810f6358
|
@ -180,7 +180,7 @@
|
|||
"jvm/mem/used": [],
|
||||
"jvm/mem/committed": [],
|
||||
"jvm/gc/count": [],
|
||||
"jvm/gc/time": [],
|
||||
"jvm/gc/cpu": [],
|
||||
"ingest/events/buffered": [
|
||||
"dataSource"
|
||||
],
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"jvm/mem/used" : { "dimensions" : ["memKind"], "type" : "gauge" },
|
||||
"jvm/mem/committed" : { "dimensions" : ["memKind"], "type" : "gauge" },
|
||||
"jvm/gc/count" : { "dimensions" : ["gcName"], "type" : "count" },
|
||||
"jvm/gc/time" : { "dimensions" : ["gcName"], "type" : "timer" },
|
||||
"jvm/gc/cpu" : { "dimensions" : ["gcName"], "type" : "timer" },
|
||||
|
||||
"ingest/events/buffered" : { "dimensions" : ["serviceName, bufferCapacity"], "type" : "gauge"},
|
||||
|
||||
|
|
Loading…
Reference in New Issue