Skip to content

Commit

Permalink
chore(datadog_traces sink): Add additional warning around APM stats f…
Browse files Browse the repository at this point in the history
…or `peer.service` (vectordotdev#17733)

Tracking issue for enhancement:
vectordotdev#17732

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 22, 2023
1 parent a08443c commit 9a899c5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion website/cue/reference/components/sinks/datadog_traces.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,18 @@ components: sinks: datadog_traces: {

support: {
requirements: []
warnings: ["APM stats are in Beta. Currently the sink does not support the Datadog Agent sampling feature. This must be disabled in the Agent in order for APM stats output from vector to be accurate."]
warnings: [
"""
Support for APM statistics is in beta.
Currently the sink does not support the Datadog Agent sampling feature. Sampling must be
disabled in the Agent in order for APM stats output from vector to be accurate.
Currently the sink does not calculate statistics aggregated across `peer.service`. Any
functionality in Datadog's APM product that depends on this aggregation will not
function correctly.
""",
]
notices: []
}

Expand Down

0 comments on commit 9a899c5

Please sign in to comment.