chore: update otel dependencies

This commit is contained in:
Dominik Süß 2025-02-04 20:48:33 +01:00
commit 42e32eb57f
No known key found for this signature in database
GPG key ID: 9B1DDB4B45B86806
205 changed files with 6801 additions and 2648 deletions

View file

@ -213,7 +213,7 @@ type Float64Observer interface {
}
// Float64Callback is a function registered with a Meter that makes
// observations for a Float64Observerable instrument it is registered with.
// observations for a Float64Observable instrument it is registered with.
// Calls to the Float64Observer record measurement values for the
// Float64Observable.
//