NikitaElmanov opened a new issue, #12729: URL: https://github.com/apache/druid/issues/12729
Hello! Introduced with next pages of documentation: https://druid.apache.org/docs/latest/operations/metrics.html#sql-metrics https://druid.apache.org/docs/latest/operations/metrics.html#sql-metrics And I do not understand how to setup sending metrics for grafana. Of course, I set parameters into /apache-druid-0.22.1/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties file. And now I have: ``` druid.monitoring.emissionPeriod=PT30S druid.monitoring.monitors=["org.apache.druid.java.util.metrics.SysMonitor","org.apache.druid.java.util.metrics.JvmMonitor"] druid.emitter=noop druid.emitter.logging.logLevel=info ``` But I do not understand how to get druid and system info data. May be changing `druid.emitter` to `logging` help me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
