Skip to content

Commit 5eff0e0

Browse files
committed
remove opampsupervisor
1 parent d85362d commit 5eff0e0

File tree

72 files changed

+428
-8177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+428
-8177
lines changed

docker-compose.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- VITE_NO_BACKEND=false
1414
networks:
1515
- otail-network
16-
command: npm run dev -- --host
16+
command: npm run dev:no-wasm -- --host
1717

1818
backend:
1919
build:
@@ -36,34 +36,22 @@ services:
3636
- clickhouse
3737
- mongodb
3838

39-
opampsupervisor:
39+
collector:
4040
build:
41-
context: ./opampsupervisor
41+
context: ./otail-col
4242
dockerfile: Dockerfile
4343
environment:
4444
- OPAMP_SERVER_ENDPOINT=ws://host.docker.internal:4320/v1/opamp
45-
- API_TOKEN=J3BLTewhup46MHHGKdVBmLV1cQJUD77jwfPB6-eoPuo=
45+
- API_TOKEN=qrKZyKiG-RWcPWpuhBy6I7m52X4S8fy1k97SIlkL_-k=
4646
- AGENT_GROUP=prd-otail-test-group
4747
- DEPLOYMENT=prd-otail-test-deployment
4848
ports:
4949
- "14317:4317" # OTLP gRPC
5050
- "14318:4318" # OTLP HTTP
51+
- "4327:4327" # OTLP for backend communication
52+
- "8889:8889" # Prometheus metrics endpoint
5153
volumes:
52-
- ./opampsupervisor/storage:/var/lib/opamp
53-
networks:
54-
- otail-network
55-
56-
57-
collector:
58-
image: otel/opentelemetry-collector-contrib:latest
59-
command: ["--config=/etc/otelcol/config.yml"]
60-
ports:
61-
- "4417:4317"
62-
- "4418:4318"
63-
- "4327:4327"
64-
- "8889:8889" # Prometheus metrics endpoint
65-
volumes:
66-
- ./otail-col/config.yml:/etc/otelcol/config.yml
54+
- opamp-storage:/var/lib/opamp
6755
depends_on:
6856
clickhouse:
6957
condition: service_healthy

opampsupervisor/Dockerfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

opampsupervisor/Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

opampsupervisor/README.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)