Skip to content

Commit

Permalink
improve otel integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Nov 10, 2023
1 parent d719e7d commit ac22d29
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
go-version: "1.21.0"
- name: Set OTEL Exporter Endpoint
run: echo "OTEL_EXPORTER_ENDPOINT=http://172.17.0.1:8080" >> $GITHUB_ENV
run: echo "OTEL_EXPORTER_ENDPOINT=172.17.0.1:4318" >> $GITHUB_ENV
- name: Run tests
run: make integration-test

This file was deleted.

205 changes: 0 additions & 205 deletions integration-tests/configs/otel-gen-client/main.go

This file was deleted.

11 changes: 0 additions & 11 deletions integration-tests/configs/otel-gen-server/Dockerfile

This file was deleted.

Loading

0 comments on commit ac22d29

Please sign in to comment.