Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-9942

Zabbix server health template should include preprocessor throughput

XMLWordPrintable

    • 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
      }
      

            aiantsen Aleksandr Iantsen
            jbregis Juris Bregis
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: