init
This commit is contained in:
commit
4b499a1767
5 changed files with 259 additions and 0 deletions
tempo
34
tempo/config.yaml
Normal file
34
tempo/config.yaml
Normal file
|
@ -0,0 +1,34 @@
|
|||
stream_over_http_enabled: true
|
||||
server:
|
||||
http_listen_port: 3200
|
||||
log_level: info
|
||||
|
||||
distributor:
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
http:
|
||||
grpc:
|
||||
|
||||
metrics_generator:
|
||||
registry:
|
||||
external_labels:
|
||||
source: trace
|
||||
storage:
|
||||
path: /tempo-data/generator/wal
|
||||
remote_write:
|
||||
- url: http://prometheus:9090/api/v1/write
|
||||
send_exemplars: true
|
||||
|
||||
storage:
|
||||
trace:
|
||||
backend: local # backend configuration to use
|
||||
wal:
|
||||
path: /tempo-data/wal # where to store the the wal locally
|
||||
local:
|
||||
path: /tempo-data/blocks
|
||||
|
||||
overrides:
|
||||
defaults:
|
||||
metrics_generator:
|
||||
processors: [service-graphs, span-metrics] # enables metrics generator
|
Loading…
Add table
Add a link
Reference in a new issue