From 6c2869c2aee37507b1d47f840d8a32253f30a577 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 22 Jun 2023 14:03:05 -0700 Subject: [PATCH] chore(datadog_traces sink): Add additional warning around APM stats for `peer.service` Tracking issue for enhancement: https://github.com/vectordotdev/vector/issues/17732 Signed-off-by: Jesse Szwedko --- .../reference/components/sinks/datadog_traces.cue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/cue/reference/components/sinks/datadog_traces.cue b/website/cue/reference/components/sinks/datadog_traces.cue index d37e9087270f1..c887e0d1976e5 100644 --- a/website/cue/reference/components/sinks/datadog_traces.cue +++ b/website/cue/reference/components/sinks/datadog_traces.cue @@ -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: [] }