We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1317385 commit 700b678Copy full SHA for 700b678
exporter/exporterhelper/internal/queuebatch/persistent_queue.go
@@ -37,7 +37,7 @@ const (
37
// queueMetadataKey is the new single key for all queue metadata.
38
// TODO: Enable when https://github.com/open-telemetry/opentelemetry-collector/issues/12890 is done
39
//nolint:unused
40
- queueMetadataKey = "qmv0"
+ queueMetadataKey = "qmv0"
41
errInvalidTraceFlagsLength = "trace flags must only be 1 byte"
42
)
43
0 commit comments