robvalca
Results
2
issues of
robvalca
`openstack_identity_project_info` contains `enabled` label that can take 2 different values `true` and `false` overtime, which makes duplicated metrics for periods where project changes status. This breaks queries like group_left which...
Hi, I'm using graphite_exporter `0.15.0` successfully with the following simple mapping file: ``` mappings: - match: cback.*.summary.*.* name: cback_summary_$3 labels: group: $1 role: $2 - match: cback.*.*.*.* name: cback_job_$4 labels:...