Prometheus/Support of PromQL

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: None
    • Component/s: 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?

            Assignee:
            Zabbix Development Team
            Reporter:
            Wojciech Rawicki
            Votes:
            6 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: