tempo/integration/e2e/api/config-cross-cluster-a.yaml
Suraj Nath f8339e6053 e2e: split and move api e2e tests into it's own package (#4751)
* 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

47 lines
1.1 KiB
YAML

server:
http_listen_port: 3200
distributor:
receivers:
jaeger:
protocols:
grpc:
endpoint: "distributor-a:14250"
ingester:
lifecycler:
ring:
replication_factor: 3
heartbeat_period: 100ms
override_ring_key: "ring-a"
storage:
trace:
backend: s3
s3:
bucket: tempo
endpoint: tempo_active_active-minio-9000:9000 # TODO: this is brittle, fix this eventually
access_key: Cheescake # TODO: use cortex_e2e.MinioAccessKey
secret_key: supersecret # TODO: use cortex_e2e.MinioSecretKey
insecure: true
pool:
max_workers: 10
queue_depth: 100
memberlist:
abort_if_cluster_join_fails: false
bind_port: 7946
join_members:
- tempo_active_active-ingester-a-1:7946
- tempo_active_active-ingester-a-2:7946
- tempo_active_active-ingester-a-3:7946
- tempo_active_active-ingester-b-1:7946
- tempo_active_active-ingester-b-2:7946
- tempo_active_active-ingester-b-3:7946
querier:
secondary_ingester_ring: "ring-b"
frontend_worker:
frontend_address: tempo_active_active-query-frontend-a:9095