forked from sigp/lighthouse-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtempo.yaml
More file actions
56 lines (49 loc) · 1.12 KB
/
tempo.yaml
File metadata and controls
56 lines (49 loc) · 1.12 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
server:
http_listen_port: 3200
distributor:
receivers:
otlp:
protocols:
grpc:
http:
ingester:
trace_idle_period: 10s
max_block_duration: 5m
compactor:
compaction:
block_retention: 1h
metrics_generator:
processor:
local_blocks:
filter_server_spans: false
flush_to_storage: true
span_metrics:
dimensions:
- client
- result
- non_custody_indices
- imported_blocks
- missing_column_indexes
storage:
path: /var/tempo/generator/wal
remote_write:
- url: http://localhost:9090/api/v1/write
send_exemplars: true
traces_storage:
path: /var/tempo/generator/traces
registry:
external_labels:
source: tempo
storage:
trace:
backend: local
wal:
path: /tmp/tempo/wal
local:
path: /tmp/tempo/traces
stream_over_http_enabled: true
overrides:
metrics_generator_processors: ['local-blocks', 'span-metrics']
# max_bytes_per_trace: 1000000000 # ~100 MB per trace limit
# ingestion_rate_limit_bytes: 60000000 # 60MB/sec
# ingestion_burst_size_bytes: 120000000 # 120MB burst