PromQL

From NovaOrdis Knowledge Base
Revision as of 17:18, 15 October 2020 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

External

Internal

Data Types

Organizatorium

Vectors. Instant vectors. Time ranged vectors.

Query for all series that are associated with a certain label:

some_metric{some_label!=""}

Query for all series that are associated with two labels:

some_metric{some_label!="",some_other_label!=""}