kfaraz commented on code in PR #14743: URL: https://github.com/apache/druid/pull/14743#discussion_r1282909880
########## docs/operations/metrics.md: ########## @@ -338,7 +338,7 @@ These metrics are for the Druid Coordinator and are reset each time the Coordina |Metric|Description|Dimensions|Normal value| |------|-----------|----------|------------| -| `service/heartbeat` | Metric indicating the service is up. `ServiceStatusMonitor` must be enabled. |`leader` on the Overlord and Coordinator.|1| +| `service/heartbeat` | Metric indicating the service is up. `ServiceStatusMonitor` must be enabled. | `leader` on the Overlord and Coordinator.<br />`workerVersion`, `workerCapacity`, `workerEnabled` on the Middle Manager.<br />`taskId`, `groupId`, `taskType`, `dataSource` on the Peon |1| Review Comment: ```suggestion | `service/heartbeat` | Metric indicating the service is up. `ServiceStatusMonitor` must be enabled. | `leader` on the Overlord and Coordinator.<br />`workerVersion`, `workerCategory`, `workerEnabled` on the Middle Manager.<br />`taskId`, `groupId`, `taskType`, `dataSource` on the Peon |1| ``` -- 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]
