Skip to content

Instantly share code, notes, and snippets.

@collin-sanford
Created February 26, 2024 19:40
Show Gist options
  • Save collin-sanford/fc41d962dfe3476d7cbe51858a210e92 to your computer and use it in GitHub Desktop.
Save collin-sanford/fc41d962dfe3476d7cbe51858a210e92 to your computer and use it in GitHub Desktop.
Default Agent Config
########################################
## 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