Skip to content

Commit 3fcd89a

Browse files
authored
[chore][pkg/stanza] Bump missing semconv to v1.39.0 (#46529)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Bump missing semantic conventions to v1.39.0. Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
1 parent f92adcb commit 3fcd89a

File tree

1 file changed

+1
-1
lines changed
  • pkg/stanza/operator/input/windows

1 file changed

+1
-1
lines changed

pkg/stanza/operator/input/windows/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414

1515
"go.opentelemetry.io/collector/component"
16-
conventions "go.opentelemetry.io/otel/semconv/v1.38.0"
16+
conventions "go.opentelemetry.io/otel/semconv/v1.39.0"
1717
"go.uber.org/multierr"
1818
"go.uber.org/zap"
1919
"golang.org/x/sys/windows"

0 commit comments

Comments
 (0)