From 61eb44ed6bb419ee9159d1ff7cfb8b1e0a52cec6 Mon Sep 17 00:00:00 2001 From: Gareth McCumskey Date: Thu, 28 Mar 2024 14:28:16 +0000 Subject: [PATCH] Docs: Update disable monitoring for a service Updated the yml needed to turn off monitoring for a service to the new version that also does not turn off all Dashboard features. --- docs/guides/dashboard/monitoring/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/dashboard/monitoring/README.md b/docs/guides/dashboard/monitoring/README.md index 2fab05810fd..1531072c6cf 100644 --- a/docs/guides/dashboard/monitoring/README.md +++ b/docs/guides/dashboard/monitoring/README.md @@ -152,8 +152,9 @@ Please note that if you remove an Integration, if you immediately create a new I If you wish to disable Serverless Framework's Monitoring & Observability features within a specific Serverless Framework Service, you can do so with the YAML configuration below. Doing this will prevent an AWS account from being integrated, and prevent your AWS Lambda functions from being instrumented: ```yaml -dashboard: - disableMonitoring: true +custom: + enterprise: + disableMonitoringSetup: true ``` ### Disabling Trace Sampling