Skip to content

Commit 9a899c5

Browse files
authored
chore(datadog_traces sink): Add additional warning around APM stats for peer.service (#17733)
Tracking issue for enhancement: #17732 Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent a08443c commit 9a899c5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

website/cue/reference/components/sinks/datadog_traces.cue

+12-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,18 @@ components: sinks: datadog_traces: {
6464

6565
support: {
6666
requirements: []
67-
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."]
67+
warnings: [
68+
"""
69+
Support for APM statistics is in beta.
70+
71+
Currently the sink does not support the Datadog Agent sampling feature. Sampling must be
72+
disabled in the Agent in order for APM stats output from vector to be accurate.
73+
74+
Currently the sink does not calculate statistics aggregated across `peer.service`. Any
75+
functionality in Datadog's APM product that depends on this aggregation will not
76+
function correctly.
77+
""",
78+
]
6879
notices: []
6980
}
7081

0 commit comments

Comments
 (0)