Zabbix server health template should include preprocessor throughput

XMLWordPrintable

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

      Expected:

            Assignee:
            Aleksandr Iantsen
            Reporter:
            Vladislavs Sokurenko
            Team INT
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - Not Specified
                Not Specified
                Logged:
                Time Spent - 59h
                59h