Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add references to PR
  • Loading branch information
goakley committed Dec 4, 2025
commit bc2452bae8e22dc930090c4ad8eefa6c5206d8a7
2 changes: 1 addition & 1 deletion .chloggen/datadogreceiver_multi-tag-parsing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: datadogreceiver
note: Add `receiver.datadogreceiver.EnableMultiTagParsing` feature gate

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [] # TODO (PR number)
issues: [44747]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
2 changes: 1 addition & 1 deletion receiver/datadogreceiver/internal/translator/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var MultiTagParsingFeatureGate = featuregate.GlobalRegistry().MustRegister(
featuregate.StageAlpha,
featuregate.WithRegisterDescription("When enabled, parses `key:value` tags with duplicate keys into a slice attribute."),
featuregate.WithRegisterFromVersion("v0.142.0"),
featuregate.WithRegisterReferenceURL("TODO (PR link)"),
featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/44747"),
)

// See:
Expand Down
Loading