Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
bringing in the `honor_labels` support from statsd exporter 0.26

Signed-off-by: Matthias Rampke <[email protected]>
  • Loading branch information
matthiasr committed Dec 6, 2023
1 parent 351de65 commit 8e5d197
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0 / 2023-12-06

* [FEATURE] Upgrade mapping library to bring in `honor_labels` support from prometheus/statsd_exporter#521

## 0.14.1 / 2023-12-06

* [SECURITY] Maintenance release, updating dependencies & building with Go 1.21
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ they are last pushed to. This is configurable with the `--graphite.sample-expiry

## Graphite Tags

The graphite_exporter accepts metrics in the [tagged carbon format](https://graphite.readthedocs.io/en/latest/tags.html). Labels specified in the mapping configuration take precedence over tags in the metric. In the case where there are valid and invalid tags supplied in one metric, the invalid tags will be dropped and the `graphite_tag_parse_failures` counter will be incremented. The exporter accepts inconsistent label sets, but this may cause issues querying the data in Prometheus.
The graphite_exporter accepts metrics in the [tagged carbon format](https://graphite.readthedocs.io/en/latest/tags.html). In the case where there are valid and invalid tags supplied in one metric, the invalid tags will be dropped and the `graphite_tag_parse_failures` counter will be incremented. The exporter accepts inconsistent label sets, but this may cause issues querying the data in Prometheus.

By default, labels explicitly specified in configuration take precedence over labels from the metric. To set the label from the metric instead, use [`honor_labels`](https://github.com/prometheus/statsd_exporter/#honor-labels).


## Metric Mapping and Configuration

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.15.0

0 comments on commit 8e5d197

Please sign in to comment.