From 7622f339b0d442f6929947712422e667155972b8 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Thu, 9 May 2024 10:37:55 -0400 Subject: [PATCH 1/2] Updates --- .../en/opentelemetry/schema_semantics/service_entry_spans.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/opentelemetry/schema_semantics/service_entry_spans.md b/content/en/opentelemetry/schema_semantics/service_entry_spans.md index abdd9c49defa..b3c1f24e4c6b 100644 --- a/content/en/opentelemetry/schema_semantics/service_entry_spans.md +++ b/content/en/opentelemetry/schema_semantics/service_entry_spans.md @@ -17,7 +17,7 @@ This feature is in beta. If you have any feedback, contact Data Datadog uses [service-entry spans][1] throughout the platform for features such as [Trace Metrics][2] and the [APM Trace Explorer][3]. This convention is unique to Datadog, but can be mapped from the [`SpanKind`][4] attribute in OpenTelemetry by following the opt-in guide below. ## Opting in to the feature -To opt into the **public beta**, enable the config option depending on the ingestion path. +This feature has been released with OTel Collector Contrib v0.100.0 and Datadog Agent v7.53.0. To opt into the **public beta**, enable the config option depending on the ingestion path. {{< tabs >}} {{% tab "OTel Collector and Datadog Exporter" %}} @@ -51,7 +51,7 @@ The new service-entry span identification logic can be enabled by adding `"enabl This new service-entry span identification logic may increase the number of spans that generate trace metrics, which may affect existing monitors that are based on trace metrics. Users who only have internal spans will see a decrease in trace metrics. -If you have existing monitors based on trace metrics, you can update them after upgrading since this change introduces more consistency in trace metrics. If you only have internal span, update your instrumentation according to the above table to receive trace metrics and service-entry spans. +If you have existing monitors based on trace metrics, you can update them after upgrading since this change introduces more consistency in trace metrics. If you only have internal spans, update your instrumentation according to the above table to receive trace metrics and service-entry spans. [`SpanKind`][4] is typically set when a span is created, but can also be updated by using the [transform processor][5] in the OpenTelemetry Collector to control the mapping above. For example, if trace metrics are desired for an internal span, the following configuration transforms an internal span with `http.path: "/health"` into a client span: ```yaml From 8df2ba52b33bf4ae92b2475cbca1fa78244d0b68 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Mon, 13 May 2024 11:31:56 -0400 Subject: [PATCH 2/2] Update content/en/opentelemetry/schema_semantics/service_entry_spans.md Co-authored-by: Heston Hoffman --- .../en/opentelemetry/schema_semantics/service_entry_spans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/opentelemetry/schema_semantics/service_entry_spans.md b/content/en/opentelemetry/schema_semantics/service_entry_spans.md index b3c1f24e4c6b..dea76ef7b765 100644 --- a/content/en/opentelemetry/schema_semantics/service_entry_spans.md +++ b/content/en/opentelemetry/schema_semantics/service_entry_spans.md @@ -17,7 +17,7 @@ This feature is in beta. If you have any feedback, contact Data Datadog uses [service-entry spans][1] throughout the platform for features such as [Trace Metrics][2] and the [APM Trace Explorer][3]. This convention is unique to Datadog, but can be mapped from the [`SpanKind`][4] attribute in OpenTelemetry by following the opt-in guide below. ## Opting in to the feature -This feature has been released with OTel Collector Contrib v0.100.0 and Datadog Agent v7.53.0. To opt into the **public beta**, enable the config option depending on the ingestion path. +This feature requires OTel Collector Contrib v0.100.0 or greater and Datadog Agent v7.53.0 or greater. To opt into the **public beta**, enable the config option depending on the ingestion path. {{< tabs >}} {{% tab "OTel Collector and Datadog Exporter" %}}