mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
Split listener (#141)
This commit is contained in:
parent
22bc3d2798
commit
285aa1419b
20 changed files with 449 additions and 335 deletions
|
|
@ -21,6 +21,22 @@ services:
|
|||
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
|
||||
|
||||
opentelemetry:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-opentelemetry
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -sf http://localhost:13133 || exit 1"]
|
||||
interval: 1s
|
||||
timeout: 120s
|
||||
retries: 120
|
||||
start_period: 5s
|
||||
command: ["--config=/etc/otel-collector-config.yaml"]
|
||||
ports:
|
||||
- "${PORT_UI:-55679}:55679"
|
||||
- "${PORT_GRPC:-4317}:4317"
|
||||
- "${PORT_HTTP:-4318}:4318"
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
container_name: prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue