Skip to content

Commit 8e5d197

Browse files
committed
Release 0.15.0
bringing in the `honor_labels` support from statsd exporter 0.26 Signed-off-by: Matthias Rampke <[email protected]>
1 parent 351de65 commit 8e5d197

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.0 / 2023-12-06
2+
3+
* [FEATURE] Upgrade mapping library to bring in `honor_labels` support from prometheus/statsd_exporter#521
4+
15
## 0.14.1 / 2023-12-06
26

37
* [SECURITY] Maintenance release, updating dependencies & building with Go 1.21

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ they are last pushed to. This is configurable with the `--graphite.sample-expiry
3535

3636
## Graphite Tags
3737

38-
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.
38+
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.
39+
40+
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).
41+
3942

4043
## Metric Mapping and Configuration
4144

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.1
1+
0.15.0

0 commit comments

Comments
 (0)