Skip to content

Commit

Permalink
test(tracer): Add OpenTelemetryTracer test setup
Browse files Browse the repository at this point in the history
TASK: IL-293
  • Loading branch information
MerlinKallenbornTNG committed Mar 27, 2024
1 parent 31e3d1d commit 5cfe335
Show file tree
Hide file tree
Showing 5 changed files with 5,415 additions and 5,250 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ jobs:
- "6900:6900"
env:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
open-telemetry-trace-service:
env:
COLLECTOR_OTLP_ENABLED: "true"
ports:
- "4317:4317"
- "4318:4318"
- "16686:16686"
image: jaegertracing/all-in-one:1.35

steps:
- name: Checkout repository
Expand Down
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ services:
- "6900:6900"
environment:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
open-telemetry-trace-service:
container_name: jaeger_1_35
environment:
COLLECTOR_OTLP_ENABLED: "true"
ports:
- "4317:4317"
- "4318:4318"
- "16686:16686"
image: jaegertracing/all-in-one:1.35
Loading

0 comments on commit 5cfe335

Please sign in to comment.