forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
32 lines (25 loc) · 936 Bytes
/
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
sapm:
endpoint: http://example.com
sapm/customname:
# Endpoint is the destination to where traces will be sent to in SAPM format.
# It must be a full URL and include the scheme, port and path e.g, https://ingest.signalfx.com/v2/trace
endpoint: https://example.com
# AccessToken is the authentication token provided by SignalFx.
access_token: abcd1234
# NumWorkers is the number of workers that should be used to export traces.
# Exporter can make as many requests in parallel as the number of workers.
num_workers: 3
# MaxConnections is used to set a limit to the maximum idle HTTP connection the exporter can keep open.
max_connections: 45
access_token_passthrough: false
log_detailed_response: true
timeout: 10s
sending_queue:
enabled: true
num_consumers: 2
queue_size: 10
retry_on_failure:
enabled: true
initial_interval: 10s
max_interval: 60s
max_elapsed_time: 10m