Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default config for agent 7.57.0 #192

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions lib/dist/datadog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ api_key:
# Intervals are expressed in seconds. You can also set a provider's interval to 0
# to disable it.
metadata_collectors:
- name: 'resources'
- name: "resources"
interval: 60

# DogStatsd
Expand Down Expand Up @@ -167,6 +167,9 @@ metadata_collectors:
# log_level: info
log_file: AGENT_LOG_FILE

logs_config:
run_path: /home/vcap/app/.datadog-agent/dist/conf.d/logs.d

# Set to 'yes' to output logs in JSON format
# log_format_json: no

Expand Down Expand Up @@ -196,7 +199,7 @@ log_file: AGENT_LOG_FILE
# Trace Agent Specific Settings
#
apm_config:
# Whether or not the APM Agent should run
# Whether or not the APM Agent should run
enabled: true
log_file: TRACE_LOG_FILE
# The environment tag that Traces should be tagged with
Expand Down
Loading