ektravel commented on code in PR #14912:
URL: https://github.com/apache/druid/pull/14912#discussion_r1310573886


##########
docs/operations/metrics.md:
##########
@@ -404,7 +406,10 @@ 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 is now deprecated and will be removed in future releases.

Review Comment:
   Yes, please. Let's use the special admonitions syntax:
   
   ```suggestion
   :::info
   SysMonitor is now deprecated and will be removed in future releases. 
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]

Reply via email to