From 57b13b89660bece612b44eff5fc1d33bdc8afd3f Mon Sep 17 00:00:00 2001 From: Keisuke Umegaki <41987730+keisku@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:22:37 +0900 Subject: [PATCH 1/2] Update inferred_services.md --- content/en/tracing/services/inferred_services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/tracing/services/inferred_services.md b/content/en/tracing/services/inferred_services.md index b19d71002c0a5..b404f74134fa0 100644 --- a/content/en/tracing/services/inferred_services.md +++ b/content/en/tracing/services/inferred_services.md @@ -27,6 +27,7 @@ Starting from version [7.60.0][1] of the Datadog Agent, these configurations are {{% tab "Agent v7.55.1+" %}} For Datadog Agent versions [7.55.1][2] or later, add the following to your `datadog.yaml` configuration file: +If you use 7.57.x, please update to 7.58.x or above. 7.57.x contains the bug that was resolved by https://github.com/DataDog/datadog-agent/pull/28370. {{< code-block lang="yaml" filename="datadog.yaml" collapsible="true" >}} From 9669ff89f3967d2b026dc6ee333acf1832355e2f Mon Sep 17 00:00:00 2001 From: Keisuke Umegaki <41987730+keisku@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:22:20 +0900 Subject: [PATCH 2/2] Update inferred_services.md --- content/en/tracing/services/inferred_services.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/tracing/services/inferred_services.md b/content/en/tracing/services/inferred_services.md index b404f74134fa0..23f3ebefd8026 100644 --- a/content/en/tracing/services/inferred_services.md +++ b/content/en/tracing/services/inferred_services.md @@ -27,7 +27,8 @@ Starting from version [7.60.0][1] of the Datadog Agent, these configurations are {{% tab "Agent v7.55.1+" %}} For Datadog Agent versions [7.55.1][2] or later, add the following to your `datadog.yaml` configuration file: -If you use 7.57.x, please update to 7.58.x or above. 7.57.x contains the bug that was resolved by https://github.com/DataDog/datadog-agent/pull/28370. + +**Note**: Update to 7.58.x or later to avoid [a bug with the `apm_config.compute_stats_by_span_kind` setting][4]. {{< code-block lang="yaml" filename="datadog.yaml" collapsible="true" >}} @@ -80,6 +81,7 @@ If you are using Helm, include these environment variables in your `values.yaml` [1]: https://github.com/DataDog/datadog-agent/releases/tag/7.50.3 [2]: https://github.com/DataDog/datadog-agent/releases/tag/7.54.1 [3]: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/values.yaml +[4]: https://github.com/DataDog/datadog-agent/pull/28370 {{% /tab %}} {{% tab "OpenTelemetry Collector" %}}