Skip to content

Commit 66fa58e

Browse files
committed
Fix linter
1 parent 409f6ff commit 66fa58e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.chloggen/SampledLoggerTelemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ issues: [8134]
1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext: The sampled configuration can be disabled easily by setting the 'enabled' field to 'false'
18+
subtext: The sampled logger configuration can be disabled easily by setting the 'enabled' field to 'false'.
1919

2020

2121
# Optional: The change log or logs in which this entry should be included.

exporter/exporterhelper/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package exporterhelper // import "go.opentelemetry.io/collector/exporter/exporte
55

66
import (
77
"context"
8+
89
"go.opentelemetry.io/collector/component"
910
"go.opentelemetry.io/collector/consumer"
1011
"go.opentelemetry.io/collector/exporter"

0 commit comments

Comments
 (0)