Skip to content

Commit

Permalink
Bump go.opentelemetry.io/collector/semconv
Browse files Browse the repository at this point in the history
Bumps [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector) from 0.54.0 to 0.109.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.54.0...v0.109.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 8778b87 commit e3fe161
Show file tree
Hide file tree
Showing 2 changed files with 700 additions and 9 deletions.
6 changes: 3 additions & 3 deletions processor/spanmetricsprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/jaegerexporter v0.54.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.54.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.54.0
github.com/stretchr/testify v1.7.5
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector v0.54.0
go.opentelemetry.io/collector/pdata v0.54.0
go.opentelemetry.io/collector/semconv v0.54.0
go.opentelemetry.io/collector/semconv v0.109.0
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.47.0
)
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.11.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
Expand Down
Loading

0 comments on commit e3fe161

Please sign in to comment.