forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-encodings.tmpl.yaml
55 lines (50 loc) · 1.19 KB
/
config-encodings.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
49
50
51
52
53
54
55
target: all
stream_over_http_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:
endpoint: "tempo:14250"
otlp:
protocols:
grpc:
endpoint: "tempo:4317"
zipkin:
endpoint: "tempo:9411"
log_received_spans:
enabled: true
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: local
local:
path: /var/tempo
pool:
max_workers: 10
queue_depth: 100
block:
version: "{{.Version}}"
parquet_dedicated_columns:
- {scope: resource, name: vulture-process-0, type: string }
- {scope: resource, name: vulture-process-1, type: string }
- {scope: span, name: vulture-0, type: string }
- {scope: span, name: vulture-1, type: string }