Skip to content

Commit

Permalink
ci(tracer): Add OpenTelemetryTracer to pipeline setup
Browse files Browse the repository at this point in the history
TASK: IL-293
  • Loading branch information
MerlinKallenbornTNG authored and FlorianSchepersAA committed Mar 26, 2024
1 parent 32bc6ba commit 69aa397
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ services:
- "6900:6900"
environment:
ARGILLA_ELASTICSEARCH: "http://argilla-elastic-search:9200"
all-in-one: #TODO rename
open-telemetry-trace-service:
container_name: jaeger_1_35
environment:
COLLECTOR_OTLP_ENABLED: "true"

ports:
- "4317:4317"
- "4318:4318"
Expand Down

0 comments on commit 69aa397

Please sign in to comment.