Skip to content

Commit

Permalink
[exporter/datadog] Add deprecated note in collector.yaml (open-teleme…
Browse files Browse the repository at this point in the history
…try#34777)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
`dump_payloads` was previously deprecated, this PR updates our collector
yaml example to include the deprecation note.

**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

---------

Co-authored-by: Yang Song <songy23@users.noreply.github.com>
  • Loading branch information
liustanley and songy23 authored Aug 21, 2024
1 parent 223f855 commit b52e760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/datadogexporter/examples/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ exporters:
## This may result in an escaping loop if a filelog receiver is watching the collector log output.
## See: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16380
## Note: this config option does not apply when the `exporter.datadogexporter.UseLogsAgentExporter` feature flag is enabled (now enabled by default).
## Deprecated since v0.107.0: This config option is not supported in the Datadog Agent logs pipeline.
#
# dump_payloads: false

Expand Down

0 comments on commit b52e760

Please sign in to comment.