mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
671cac2688
* Devenv: self instrumentation
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
server:
|
|
http_listen_port: 3200
|
|
|
|
distributor:
|
|
receivers: # this configuration will listen on all ports and protocols that tempo is capable of.
|
|
jaeger: # the receives all come from the OpenTelemetry collector. more configuration information can
|
|
protocols: # be found there: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver
|
|
thrift_http: #
|
|
grpc: # for a production deployment you should only enable the receivers you need!
|
|
thrift_binary:
|
|
thrift_compact:
|
|
zipkin:
|
|
otlp:
|
|
protocols:
|
|
http:
|
|
grpc:
|
|
opencensus:
|
|
|
|
compactor:
|
|
compaction:
|
|
block_retention: 1h
|
|
|
|
metrics_generator:
|
|
registry:
|
|
external_labels:
|
|
source: tempo
|
|
cluster: docker-compose
|
|
storage:
|
|
path: /tmp/tempo/generator/wal
|
|
remote_write:
|
|
- url: http://prometheus:9090/api/v1/write
|
|
send_exemplars: true
|
|
|
|
storage:
|
|
trace:
|
|
backend: local # backend configuration to use
|
|
wal:
|
|
path: /tmp/tempo/wal # where to store the the wal locally
|
|
local:
|
|
path: /tmp/tempo/blocks
|
|
|
|
overrides:
|
|
metrics_generator_processors: [service-graphs, span-metrics]
|
|
|