forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-all-in-one-azurite.yaml
46 lines (39 loc) · 1007 Bytes
/
config-all-in-one-azurite.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
search_enabled: true
target: all
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:
address: 127.0.0.1
ring:
kvstore:
store: inmemory
replication_factor: 1
final_sleep: 0s
trace_idle_period: 1s
max_block_duration: 5s
complete_block_timeout: 5s
flush_check_period: 1s
storage:
trace:
blocklist_poll: 1s
backend: azure
azure:
container-name: tempo # how to store data in azure
endpoint-suffix: tempo_e2e-azurite:10000
storage-account-name: "devstoreaccount1"
storage-account-key: "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
pool:
max_workers: 10
queue_depth: 100
overrides:
max_search_bytes_per_trace: 50_000