forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-microservices.tmpl.yaml
48 lines (43 loc) · 1.09 KB
/
config-microservices.tmpl.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
48
server:
http_listen_port: 3200
distributor:
receivers:
jaeger:
protocols:
grpc:
ingester:
lifecycler:
ring:
kvstore: {{ .KVStore }}
replication_factor: 3
heartbeat_period: 100ms
trace_idle_period: 2s
max_block_duration: 2s
complete_block_timeout: 5s
flush_check_period: 1s
storage:
trace:
blocklist_poll: 2s
blocklist_poll_stale_tenant_index: 1s # force components to always fall back to polling
backend: s3
s3:
bucket: tempo
endpoint: tempo_e2e-minio-9000:9000 # TODO: this is brittle, fix this eventually
access_key: Cheescake # TODO: use cortex_e2e.MinioAccessKey
secret_key: supersecret # TODO: use cortex_e2e.MinioSecretKey
insecure: true
pool:
max_workers: 10
queue_depth: 100
memberlist:
abort_if_cluster_join_fails: false
bind_port: 7946
join_members:
- tempo_e2e-distributor:7946
- tempo_e2e-ingester-1:7946
- tempo_e2e-ingester-2:7946
- tempo_e2e-ingester-3:7946
- tempo_e2e-querier:7946
querier:
frontend_worker:
frontend_address: tempo_e2e-query-frontend:9095