From 21cb5131a17926c7ba00059e28716ee442eb3912 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 12 May 2025 14:58:41 +0530 Subject: [PATCH 1/2] Update manage-source-templates.md --- .../source-templates/manage-source-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md b/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md index 4198866929..11d32b2fe7 100644 --- a/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md +++ b/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md @@ -138,7 +138,7 @@ If you try to add or update any collector tags using the API, the following vali 1. Validates if the collector is remotely managed. 1. Validates if the key/value is empty string. 1. Validates the agent version. -1. Validates if the disco tags are added, updated, or deleted. +1. Validates if there is *no* disco tags are added, updated, or deleted. 1. Validates if the default tags are added or deleted. ::: From 1c3a804f3ca3f28a6a593d00232d7a4ca36ced1a Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 13 May 2025 12:39:35 +0530 Subject: [PATCH 2/2] Update docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com> --- .../source-templates/manage-source-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md b/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md index 11d32b2fe7..03f8ca1ab1 100644 --- a/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md +++ b/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md @@ -138,7 +138,7 @@ If you try to add or update any collector tags using the API, the following vali 1. Validates if the collector is remotely managed. 1. Validates if the key/value is empty string. 1. Validates the agent version. -1. Validates if there is *no* disco tags are added, updated, or deleted. +1. Validates that *no* disco tags are added, updated, or deleted. 1. Validates if the default tags are added or deleted. :::