deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

Added functions match_remove/1,3,4 to all metrics #125

Open RoadRunnr opened 3 years ago

RoadRunnr commented 3 years ago

match_remove can be used to selectively remove values for multiple labels. The match head and match condition use the same rules as the match specification parts of the same name.

This similar to #108, but can use arbitrary match conditions to select which labels to remove.

RoadRunnr commented 3 years ago

@deadtrickster can you take a look, please?

mgumz commented 1 year ago

@deadtrickster ping