Skip to content

Commit

Permalink
Improve otel integration tests (#5753)
Browse files Browse the repository at this point in the history
* improve otel integration tests

* improve otlp integration test code

* apply same test refactor for prom tests

* lint
  • Loading branch information
wildum authored Nov 23, 2023
1 parent 8f5a8aa commit 22daea3
Show file tree
Hide file tree
Showing 12 changed files with 207 additions and 473 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"
- 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 22daea3

Please sign in to comment.