Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/datadogexporter] Add support for custom container tags #29154

Closed
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
add issue # to changelog
  • Loading branch information
mackjmr committed Nov 13, 2023
commit a5a1601b27fca757f0207263c1ba980706a5e791
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: datadogexporter
note: Only extract DD container tags from resource attributes. Previously, container tags were also extracted from span attributes.

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

# (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 .chloggen/mackjmr_fix-container-tags-span-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: datadogexporter
note: Only add container tags in dedicated container tag section. Previously, container tags were also added as span tags. Container tags will now only be accessible via the span container tab, and not as span tags.

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

# (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 .chloggen/mackjmr_host-cpu-attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: datadogexporter
note: Add support for host.cpu attributes.

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

# (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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component: datadogexporter
note: Add support for custom container tags via resource attributes prefixed by `datadog.container.tag.*`.

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

# (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
Loading