This repository was archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
42 lines (34 loc) · 1.32 KB
/
config.yaml
File metadata and controls
42 lines (34 loc) · 1.32 KB
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
# *Required* The access token for the org that you wish to send metrics to.
signalFxAccessToken: {"#from": "env:SFX_TOKEN"}
signalFxRealm: {"#from": "env:SFX_REALM", optional: true}
ingestUrl: {"#from": "env:SFX_AGENT_INGEST_URL", optional: true}
apiUrl: {"#from": "env:SFX_AGENT_API_URL", optional: true}
traceEndpointUrl: {"#from": "env:SFX_AGENT_TRACE_URL", optional: true}
globalDimensions:
dyno_id: {"#from": "env:HEROKU_DYNO_ID"}
app_id: {"#from": "env:HEROKU_APP_ID"}
# This dimension is also synced by the SignalFx Log Drain Collector. See
# https://github.com/signalfx/heroku-signalfx-collector
app_name: {"#from": "env:HEROKU_APP_NAME"}
intervalSeconds: 10
logging:
# Valid values are 'debug', 'info', 'warning', and 'error'
level: info
collectd:
configDir: tmp/collectd
monitors:
- type: heroku-metadata
- type: signalfx-forwarder
listenAddress: 0.0.0.0:9080
# Optional
# Used to add a tag to spans
#defaultSpanTags:
# Set the environment filter to monitor each environment separately.
# The environment span tag also enables host correlation with
# default Infrastructure Monitoring dashboards.
#deployment.environment: "${SFX_ENVIRONMENT}"
# Used to add and override a tag on a span
#extraSpanTags:
#SPAN_TAG_KEY: "SPAN_TAG_VALUE"
writer:
traceExportFormat: sapm