forked from uptrace/opentelemetry-go-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump otelsql to use opentelemetry-go v1.15.1/v0.38.1
The latest opentelemetry-go release v1.15.0/v0.38.0 introduces a breaking change. > The measurement methods for all instruments in go.opentelemetry.io/otel/metric/instrument > accept an option instead of the variadic "go.opentelemetry.io/otel/attribute".KeyValue It breaks otelsql: we need to use new metric.WithAttributes helper to build an ObserveOption list from a KeyValue list. Latest opentelemetry-go release: open-telemetry/opentelemetry-go#4035 Breaking change: open-telemetry/opentelemetry-go#3971
- Loading branch information
Showing
7 changed files
with
132 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.