wankunde commented on issue #4194: Kafka lag emitter - Kafka Indexing Service
URL: https://github.com/apache/incubator-druid/pull/4194#issuecomment-551637779
 
 
   Hi, @smokemonster99 
   
   Maybe you can check you emitter configuration file. For example, graphite 
emitter is `graphite_whitelist.json`.  After adding the follow pattern, you can 
get the metrics.
   
   ```
   
     "ingest/kafka/lag" : ["dataSource"],
     "ingest/kafka/maxLag" : ["dataSource"],
     "ingest/kafka/avgLag" : ["dataSource"]
   ```
   
   
![image](https://user-images.githubusercontent.com/3626747/68473968-47ebb600-025f-11ea-9954-a7c511ce8071.png)
   
   

----------------------------------------------------------------
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]

Reply via email to