Skip to content

Commit

Permalink
config: add support for with_resource_constant_labels option (open-te…
Browse files Browse the repository at this point in the history
…lemetry#5890)

This provides users the ability to apply labels for resource attributes
to prometheus exported metrics.

---------

Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
2 people authored and luca-filipponi committed Aug 9, 2024
1 parent 59ad452 commit 9cfc117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Added option for extracting attributes from the http request in http transport in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. (#5876)
- The `go.opentelemetry.io/contrib/bridges/otelzap` module.
This module provides an OpenTelemetry logging bridge for `go.uber.org/zap`. (#5191)
- The `go.opentelemetry.io/contrib/config` package supports configuring `with_resource_constant_labels` for the prometheus exporter. (#5890)

### Removed

Expand Down

0 comments on commit 9cfc117

Please sign in to comment.