Skip to content

Commit

Permalink
change the scope name for the prometheus bridge to match the package (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#5396)

Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
2 people authored and scorpionknifes committed Apr 24, 2024
1 parent dce56f7 commit 0faccc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- The `go.opentelemetry.io/contrib/bridges/otellogr` module.
This module provides an OpenTelemetry logging bridge for "github.com/go-logr/logr". (#5357)

### Changed

- Change the scope name for the prometheus bridge to `go.opentelemetry.io/contrib/bridges/prometheus` to match the package. (#5396)

### Fixed

- Fix bug where an empty exemplar was added to counters in `go.opentelemetry.io/contrib/bridges/prometheus`. (#5395)
Expand Down
2 changes: 1 addition & 1 deletion bridges/prometheus/producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
scopeName = "go.opentelemetry.io/otel/bridge/prometheus"
scopeName = "go.opentelemetry.io/contrib/bridges/prometheus"
traceIDLabel = "trace_id"
spanIDLabel = "span_id"
)
Expand Down

0 comments on commit 0faccc5

Please sign in to comment.