pjain1 commented on issue #4194: Kafka lag emitter - Kafka Indexing Service URL: https://github.com/apache/incubator-druid/pull/4194#issuecomment-546052493 RealtimeMetricsMonitor is only used by RealtimeIndexTask so you cannot use this monitor with Kafka Indexing service you can can use Supervisor Ingestion stats report for similar metrics - https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion.html#getting-supervisor-ingestion-stats-report. Also see https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion.html#operations for different types of stats you can get for Supervisor.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
