ektravel commented on code in PR #14799: URL: https://github.com/apache/druid/pull/14799#discussion_r1300436606
########## 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. +> A new Monitor called [OshiSysMonitor](#oshisysmonitor), which provides similar functionality but is based on the oshi Review Comment: ```suggestion > Instead, use the new OSHI monitor called [OshiSysMonitor](#oshisysmonitor). The new monitor has a wider support for different machine architectures including ARM instances. ``` -- 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]
