-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
Prev.Sprint, S25-W12/13, S25-W14/15
-
1
Zabbix server health template should include the newly introduced metric: zabbix[preprocessing], which provides stats of the preprocessing manager:
- queued - the number and size of queued values that require preprocessing (counter)
- direct - the number and size of values that did not require preprocessing (counter)
- queue - The count of values enqueued in the preprocessing queue (same as zabbix[preprocessing_queue])
JSON:
{ "queued": { "count": 0, "size": 0 }, "direct": { "count": 0, "size": 0 }, "queue": 0 }
- related to
-
ZBXNEXT-9877 New item for monitoring preprocessor throughput
-
- Doc. sign-off
-