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

Prometheus/Support of PromQL

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • None
    • None

      Zabbix documentation directly refers to the Prometheus documentation, where it is stated that it works as follows:

      For example, given the dataset:

      http_requests_total
      http_requests_total{replica="rep-a"}
      http_requests_total{replica="rep-b"}
      http_requests_total{environment="development"}

      The query {{http_requests_total

      {environment=""}

      }} would match and return:

      http_requests_total
      http_requests_total{replica="rep-a"}
      http_requests_total{replica="rep-b"}

      Does this mean that the mentioned functionality/filtering is not implemented in Zabbix?

      If so, wouldn't it be possible to port this functionality to Zabbix so that it would be a standard part of the Prometheus pattern step?

            Unassigned Unassigned
            wrawicki Wojciech Rawicki
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: