Skip to content

Commit

Permalink
Docs: Update disable monitoring for a service
Browse files Browse the repository at this point in the history
Updated the yml needed to turn off monitoring for a service to the new version that also does not turn off all Dashboard features.
  • Loading branch information
garethmcc committed Mar 28, 2024
1 parent d09dc65 commit 61eb44e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/dashboard/monitoring/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 61eb44e

Please sign in to comment.