From 13d4208cdc97497c4bcd159e3b53e3f4d716034c Mon Sep 17 00:00:00 2001 From: Mariana Frangos <67069168+marianafrangos@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:00:39 -0400 Subject: [PATCH 1/3] Update tag_enrichment.md update tag enrichment documentation to include new telemetry types offered to add tags to --- hugo/content/en/tracing/services/tag_enrichment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo/content/en/tracing/services/tag_enrichment.md b/hugo/content/en/tracing/services/tag_enrichment.md index abf8b83b21b..322fec597bf 100644 --- a/hugo/content/en/tracing/services/tag_enrichment.md +++ b/hugo/content/en/tracing/services/tag_enrichment.md @@ -16,7 +16,7 @@ Tag enrichment is in Preview. To request access, fill out this form. ## Overview -Use tag enrichment rules to add tags to your Logs and APM spans without code changes or redeployment. You can use values from service metadata you've already defined in Catalog, the value of another tag, or a fixed value. +Use tag enrichment rules to add tags to your logs, spans, trace metrics, and data jobs (more telemetry coming soon) without code changes or redeployment. You can use values from service metadata you've already defined in Catalog, the value of another tag, or a fixed value. ## Prerequisites @@ -61,7 +61,7 @@ Click {{< ui >}}Add Tags{{< /ui >}} to open the tag enrichment rule modal pre-po ## Tag enrichment behavior -- **Impacted telemetry**: Tag enrichment applies to Logs and APM spans only. +- **Impacted telemetry**: Tag enrichment applies to Logs, APM, and DJM only. More telemetry, including Metrics, DBM, Profiling, Kubernetes, USM, and Events, is coming soon. - **Historical data**: Tag enrichment rules apply only to telemetry ingested while a rule is active. Past data is not updated retroactively. Deleting or modifying a rule stops it from applying to new telemetry, but does not update previously ingested data. - **Metadata updates**: Updating or adding Entity Metadata to services while enrichment rules are enabled, including the default rules, automatically updates those tags. - **Rule processing order**: Tag enrichment rules are applied in the order in which they were created. Rules at the top of the list take precedence over rules below them. From b36d435fb9ede634f1b05837d34d7711b8e039eb Mon Sep 17 00:00:00 2001 From: Mariana Frangos <67069168+marianafrangos@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:31:08 -0400 Subject: [PATCH 2/3] Update hugo/content/en/tracing/services/tag_enrichment.md Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com> --- hugo/content/en/tracing/services/tag_enrichment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/en/tracing/services/tag_enrichment.md b/hugo/content/en/tracing/services/tag_enrichment.md index 322fec597bf..03330746c72 100644 --- a/hugo/content/en/tracing/services/tag_enrichment.md +++ b/hugo/content/en/tracing/services/tag_enrichment.md @@ -16,7 +16,7 @@ Tag enrichment is in Preview. To request access, fill out this form. ## Overview -Use tag enrichment rules to add tags to your logs, spans, trace metrics, and data jobs (more telemetry coming soon) without code changes or redeployment. You can use values from service metadata you've already defined in Catalog, the value of another tag, or a fixed value. +Use tag enrichment rules to add tags to your logs, APM spans, trace metrics, and Data Jobs Monitoring (DJM) telemetry without code changes or redeployment. You can use values from service metadata you've already defined in Catalog, the value of another tag, or a fixed value. ## Prerequisites From 07282a44cee77ca4752be526db38eea99af1c27b Mon Sep 17 00:00:00 2001 From: Mariana Frangos <67069168+marianafrangos@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:31:24 -0400 Subject: [PATCH 3/3] Update hugo/content/en/tracing/services/tag_enrichment.md Co-authored-by: Olivia Shoup <116908616+OliviaShoup@users.noreply.github.com> --- hugo/content/en/tracing/services/tag_enrichment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/en/tracing/services/tag_enrichment.md b/hugo/content/en/tracing/services/tag_enrichment.md index 03330746c72..8b10d6d07d5 100644 --- a/hugo/content/en/tracing/services/tag_enrichment.md +++ b/hugo/content/en/tracing/services/tag_enrichment.md @@ -61,7 +61,7 @@ Click {{< ui >}}Add Tags{{< /ui >}} to open the tag enrichment rule modal pre-po ## Tag enrichment behavior -- **Impacted telemetry**: Tag enrichment applies to Logs, APM, and DJM only. More telemetry, including Metrics, DBM, Profiling, Kubernetes, USM, and Events, is coming soon. +- **Impacted telemetry**: Tag enrichment applies to Logs, APM, and Data Jobs Monitoring (DJM). Support for additional telemetry types, including Metrics, Database Monitoring, Profiling, Kubernetes, Universal Service Monitoring, and Events, is planned. - **Historical data**: Tag enrichment rules apply only to telemetry ingested while a rule is active. Past data is not updated retroactively. Deleting or modifying a rule stops it from applying to new telemetry, but does not update previously ingested data. - **Metadata updates**: Updating or adding Entity Metadata to services while enrichment rules are enabled, including the default rules, automatically updates those tags. - **Rule processing order**: Tag enrichment rules are applied in the order in which they were created. Rules at the top of the list take precedence over rules below them.