Skip to content

Commit

Permalink
chore: update OpenTelemetry to v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmarble committed Nov 4, 2021
1 parent 8274a02 commit abe8a92
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 33 deletions.
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/influxdata/influxdb-observability/common

go 1.16

require go.opentelemetry.io/collector/model v0.37.0
require go.opentelemetry.io/collector/model v0.38.0
12 changes: 2 additions & 10 deletions common/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion influx2otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/influxdata/influxdb-observability/common v0.2.8
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.37.0
go.opentelemetry.io/collector/model v0.38.0
)

replace github.com/influxdata/influxdb-observability/common => ../common
12 changes: 2 additions & 10 deletions influx2otel/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion otel2influx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/influxdata/influxdb-observability/common v0.2.8
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.37.0
go.opentelemetry.io/collector/model v0.38.0
)

replace github.com/influxdata/influxdb-observability/common => ../common
Loading

0 comments on commit abe8a92

Please sign in to comment.