Hi,
We are using Kafka ingestion to insert data into druid. our segment granularity is 1 hour. we are getting future events and late events. so, we are having multiple segments for 1 hour (some time 100)
We are using kafka-emitter for matrices.
below matrices are generated for each segments:
-
query/wait/time
-
query/segmentAndCache/time
-
query/segment/time
I want to disable those matrices.
I changed druid.monitoring.monitors
configuration. but it is but working.
I kept only one value in it.
druid.monitoring.monitors=[“org.apache.druid.java.util.metrics.JvmCpuMonitor”]
still it is emitting all matrices. I tested druid.monitoring.monitors into both configuration files, runtime.properties
and common.runtime.properties
Thanks,
Mrugesh Kadia
::DISCLAIMER::