Created
February 26, 2024 19:40
-
-
Save collin-sanford/fc41d962dfe3476d7cbe51858a210e92 to your computer and use it in GitHub Desktop.
Default Agent Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################## | |
## Datadog Configuration ## | |
######################################## | |
api_key: <your_api_key> | |
site: datadoghq.com | |
######################################## | |
## Tag collection Configuration ## | |
######################################## | |
# ec2 instances will inherit AWS Tags | |
# add as many tags as you want | |
tags: | |
- team:infra | |
- <TAG_KEY>:<TAG_VALUE> | |
env: <environment name> | |
######################################## | |
## Log collection Configuration ## | |
######################################## | |
logs_enabled: true | |
######################################## | |
## APM Trace Collection Configuration ## | |
######################################## | |
apm_config: | |
enabled: true | |
instrumentation_enabled: true | |
######################################## | |
## Process Collection Configuration ## | |
######################################## | |
process_config: | |
process_collection: | |
enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment