Skip to content

Commit

Permalink
Merge branch 'IL-293-open-telemetry-test-setup' of github.com-Florian…
Browse files Browse the repository at this point in the history
…SchepersAA:Aleph-Alpha/intelligence-layer into IL-293-open-telemetry-test-setup
  • Loading branch information
FlorianSchepersAA committed Mar 26, 2024
2 parents e5a91ad + d773e6c commit b4cccfd
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 b4cccfd

Please sign in to comment.