Skip to content

Instantly share code, notes, and snippets.

@ctoestreich
Created November 7, 2017 15:53
Show Gist options
  • Save ctoestreich/a8ce9de3c3f34f5015c8d4ab28e0a635 to your computer and use it in GitHub Desktop.
Save ctoestreich/a8ce9de3c3f34f5015c8d4ab28e0a635 to your computer and use it in GitHub Desktop.
datadog.conf
[Main]
dd_url = %DD_URL%
api_key = %API_KEY%
gce_updated_hostname = yes
hostname = %DD_HOSTNAME%
tags = %DD_TAGS%
non_local_traffic = yes
log_to_syslog = no
[trace.sampler]
extra_sample_rate = 1
max_traces_per_second = 10
[trace.receiver]
receiver_port = 8126
connection_limit = 2000
[trace.ignore]
resource = "GET|POST /healthcheck","GET /V1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment