Open
Description
Context
We allow users to supply a cnfigmap with relabelling configuration in
YAML. We parse that into an object provided by Prometheus-Operator,
as we are adding parts to an object defined by the operator.
Unfortunately, the operator object is only tagged for JSON marshaling
and results in a differnt syntax than the one documented for
Prometheus config files.
Goals
Allow the same syntax for the relabeling configmap as Prometheus
uses in its config files (what we document publicly)
Activity