-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
47 lines (44 loc) · 1.01 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
api_hostname: https://app.datadoghq.com
metric_max_length: 4096
trace_max_length_bytes: 16384
flush_max_per_body: 25000
debug: true
enable_profiling: true
interval: "10s"
key: "DATADOG_API_KEY"
# Numbers larger than 1 will enable the use of SO_REUSEPORT, make sure
# this is supported on your platform!
num_workers: 1
num_readers: 1
percentiles:
- 0.5
- 0.75
- 0.99
aggregates:
- "min"
- "max"
- "count"
read_buffer_size_bytes: 2097152
stats_address: "0.0.0.0:8125"
#tags:
# - "foo:bar"
# - "baz:quz"
udp_address: "0.0.0.0:8126"
#http_address: "einhorn@0"
http_address: "0.0.0.0:8127"
forward_address: ""
sentry_dsn: ""
#trace_address: "127.0.0.1:8128"
#trace_api_address: "http://localhost:7777"
# If absent, defaults to the os.Hostname()!
#hostname:
# Include these if you want to archive data to S3
aws_access_key_id: ""
aws_secret_access_key: ""
aws_region: ""
aws_s3_bucket: ""
# Influde these if you want write to InfluxDB
#influx_address: http://localhost:8086
#influx_consistency: one
#influx_db_name: mydb