Prometheus has an or
logical binary operator, but what you’re asking about here is vector selectors.
You can use a regex for this {job=~"traefik|cadvisor|prometheus"}
, however that you want to do this is a smell.
Prometheus has an or
logical binary operator, but what you’re asking about here is vector selectors.
You can use a regex for this {job=~"traefik|cadvisor|prometheus"}
, however that you want to do this is a smell.