ektravel commented on code in PR #14799: URL: https://github.com/apache/druid/pull/14799#discussion_r1300430929
########## docs/operations/metrics.md: ########## @@ -402,32 +408,82 @@ The following metric is only available if the `EventReceiverFirehoseMonitor` mod |`ingest/events/buffered`|Number of events queued in the `EventReceiverFirehose` buffer.|`serviceName`, `dataSource`, `taskId`, `taskType`, `bufferCapacity`|Equal to the current number of events in the buffer queue.| |`ingest/bytes/received`|Number of bytes received by the `EventReceiverFirehose`.|`serviceName`, `dataSource`, `taskId`, `taskType`|Varies| -## Sys +## Sys [Deprecated] + +> SysMonitor will be deprecated due to its reliance on the sigar library, which is no longer maintained. Review Comment: ```suggestion > SysMonitor will be deprecated due to its reliance on the Sigar library, which is no longer maintained. ``` -- 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]
