1
0
mirror of https://github.com/grafana/tempo.git synced 2025-03-14 03:06:42 +00:00
tempo/integration/e2e/api/config-plugin-test.yaml
Suraj Nath f8339e6053 e2e: split and move api e2e tests into it's own package ()
* e2e: move api e2e tests into api package

* move api e2e tests into test-e2e-api target and CI job

* fix lint
2025-02-26 12:15:27 +05:30

51 lines
833 B
YAML

target: all
server:
http_listen_port: 3200
log_level: info
query_frontend:
search:
query_backend_after: 1s
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_bytes: 1
max_block_duration: 2s
complete_block_timeout: 1s
flush_check_period: 3s
storage:
trace:
backend: local
local:
path: /var/tempo
pool:
max_workers: 10
queue_depth: 100
block:
version: vParquet3
blocklist_poll: 1s