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

@ -155,7 +155,7 @@ func buildPathsBlindly(name string, in interface{}) []string {
return paths
}
// fieldMaskPathItem stores a in-progress deconstruction of a path for a fieldmask
// fieldMaskPathItem stores an in-progress deconstruction of a path for a fieldmask
type fieldMaskPathItem struct {
// the list of prior fields leading up to node connected by dots
path string