QiuMM commented on a change in pull request #6587: emit maxLag/totalLag/avgLag 
in KafkaSupervisor
URL: https://github.com/apache/incubator-druid/pull/6587#discussion_r231753694
 
 

 ##########
 File path: docs/content/operations/metrics.md
 ##########
 @@ -129,7 +129,9 @@ emission period.|
 |`ingest/handoff/count`|Number of handoffs that happened.|dataSource, taskId, 
taskType.|Varies. Generally greater than 0 once every segment granular period 
if cluster operating normally|
 |`ingest/sink/count`|Number of sinks not handoffed.|dataSource, taskId, 
taskType.|1~3|
 |`ingest/events/messageGap`|Time gap between the data time in event and 
current system time.|dataSource, taskId, taskType.|Greater than 0, depends on 
the time carried in event |
-|`ingest/kafka/lag`|Applicable for Kafka Indexing Service. Total lag between 
the offsets consumed by the Kafka indexing tasks and latest offsets in Kafka 
brokers across all partitions. Minimum emission period for this metric is a 
minute.|dataSource.|Greater than 0, should not be a very high number |
+|`ingest/kafka/maxLag`|Applicable for Kafka Indexing Service. Max lag between 
the offsets consumed by the Kafka indexing tasks and latest offsets in Kafka 
brokers across all partitions. Minimum emission period for this metric is a 
minute.|dataSource.|Greater than 0, should not be a very high number |
+|`ingest/kafka/totalLag`|Applicable for Kafka Indexing Service. Total lag 
between the offsets consumed by the Kafka indexing tasks and latest offsets in 
Kafka brokers across all partitions. Minimum emission period for this metric is 
a minute.|dataSource.|Greater than 0, should not be a very high number |
 
 Review comment:
   Ok, done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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