ektravel commented on code in PR #14752: URL: https://github.com/apache/druid/pull/14752#discussion_r1286199533
########## docs/operations/metrics.md: ########## @@ -203,6 +203,14 @@ These metrics apply to the [Kinesis indexing service](../development/extensions- |`ingest/kinesis/avgLag/time`|Average lag time in milliseconds between the current message sequence number consumed by the Kinesis indexing tasks and latest sequence number in Kinesis across all shards. Minimum emission period for this metric is a minute.|`dataSource`, `stream`, `tags`|Greater than 0, up to max Kinesis retention period in milliseconds. | |`ingest/kinesis/partitionLag/time`|Partition-wise lag time in milliseconds between the current message sequence number consumed by the Kinesis indexing tasks and latest sequence number in Kinesis. Minimum emission period for this metric is a minute.|`dataSource`, `stream`, `partition`, `tags`|Greater than 0, up to max Kinesis retention period in milliseconds. | +### Compaction metrics + +These metrics are only reported by [compaction tasks](../data-management/compaction.md). Review Comment: ```suggestion [Compaction tasks](../data-management/compaction.md) emit the following metrics. ``` -- 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]
