@@ -75,11 +75,13 @@ services:
|
|||||||
- "-config.file=/etc/loki/local-config.yaml"
|
- "-config.file=/etc/loki/local-config.yaml"
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: "grafana/tempo:latest"
|
image: "grafana/tempo:2.10.4"
|
||||||
command:
|
command:
|
||||||
- "-config.file=/etc/tempo.yaml"
|
- "-config.file=/etc/tempo.yaml"
|
||||||
ports:
|
ports:
|
||||||
|
- "3200:3200"
|
||||||
- "4317:4317"
|
- "4317:4317"
|
||||||
|
- "4318:4318"
|
||||||
volumes:
|
volumes:
|
||||||
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
|
- "./compose/tempo/tempo.yaml:/etc/tempo.yaml:ro"
|
||||||
- "tempo-data:/var/tempo:rw"
|
- "tempo-data:/var/tempo:rw"
|
||||||
|
|||||||
@@ -1,33 +1,45 @@
|
|||||||
|
stream_over_http_enabled: true
|
||||||
|
|
||||||
server:
|
server:
|
||||||
http_listen_port: 3200
|
http_listen_port: 3200
|
||||||
|
log_level: info
|
||||||
|
|
||||||
|
query_frontend:
|
||||||
|
search:
|
||||||
|
duration_slo: 5s
|
||||||
|
throughput_bytes_slo: 1.073741824e+09
|
||||||
|
trace_by_id:
|
||||||
|
duration_slo: 100ms
|
||||||
|
|
||||||
distributor:
|
distributor:
|
||||||
receivers:
|
receivers:
|
||||||
otlp:
|
otlp:
|
||||||
protocols:
|
protocols:
|
||||||
http:
|
grpc:
|
||||||
endpoint: "0.0.0.0:4317"
|
endpoint: "0.0.0.0:4317"
|
||||||
|
http:
|
||||||
|
endpoint: "0.0.0.0:4318"
|
||||||
|
|
||||||
ingester:
|
ingester:
|
||||||
trace_idle_period: "10s"
|
max_block_duration: 5m
|
||||||
max_block_bytes: 1_000_000
|
|
||||||
max_block_duration: "5m"
|
compactor:
|
||||||
lifecycler:
|
compaction:
|
||||||
ring:
|
block_retention: 720h
|
||||||
kvstore:
|
|
||||||
store: "inmemory"
|
|
||||||
replication_factor: 1
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
trace:
|
trace:
|
||||||
backend: "local"
|
backend: local
|
||||||
local:
|
|
||||||
path: "/var/tempo/blocks"
|
|
||||||
wal:
|
wal:
|
||||||
path: "/var/tempo/wal"
|
path: /var/tempo/wal
|
||||||
pool:
|
local:
|
||||||
max_workers: 100
|
path: /var/tempo/blocks
|
||||||
queue_depth: 10000
|
|
||||||
|
overrides:
|
||||||
|
defaults:
|
||||||
|
metrics_generator:
|
||||||
|
processors: [service-graphs, span-metrics, local-blocks]
|
||||||
|
generate_native_histograms: both
|
||||||
|
|
||||||
usage_report:
|
usage_report:
|
||||||
reporting_enabled: false
|
reporting_enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user