2024-05-02 16:44:54 +02:00
|
|
|
# Copyright The OpenTelemetry Authors
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
services:
|
|
|
|
otel-collector:
|
2024-08-01 08:09:54 +02:00
|
|
|
image: otel/opentelemetry-collector-contrib:0.106.1
|
2024-05-02 16:44:54 +02:00
|
|
|
command: ["--config=/etc/otel-collector.yaml"]
|
|
|
|
volumes:
|
|
|
|
- ./otel-collector.yaml:/etc/otel-collector.yaml
|
|
|
|
ports:
|
|
|
|
- 4317:4317
|
|
|
|
|
|
|
|
prometheus:
|
2024-07-10 16:21:07 +02:00
|
|
|
image: prom/prometheus:v2.53.1
|
2024-05-02 16:44:54 +02:00
|
|
|
volumes:
|
|
|
|
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
|
|
|
|
ports:
|
|
|
|
- 9090:9090
|
|
|
|
|
|
|
|
jaeger:
|
2024-08-07 04:34:47 +02:00
|
|
|
image: jaegertracing/all-in-one:1.60
|
2024-05-02 16:44:54 +02:00
|
|
|
ports:
|
|
|
|
- 16686:16686
|