forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-serverless-gcf.yaml
More file actions
58 lines (51 loc) · 1.27 KB
/
config-serverless-gcf.yaml
File metadata and controls
58 lines (51 loc) · 1.27 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
search_enabled: true
server:
http_listen_port: 3200
query_frontend:
search:
query_backend_after: 0 # setting these both to 0 will force all range searches to hit the backend
query_ingesters_until: 0
distributor:
receivers:
jaeger:
protocols:
grpc:
ingester:
lifecycler:
ring:
kvstore:
store: memberlist
replication_factor: 3
heartbeat_period: 100ms
trace_idle_period: 1s
max_block_duration: 2s
complete_block_timeout: 5s
flush_check_period: 1s
storage:
trace:
blocklist_poll: 2s
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:
search:
external_endpoints:
- http://tempo_e2e-serverless:8080/
frontend_worker:
frontend_address: tempo_e2e-query-frontend:9095