Skip to content

Commit

Permalink
test: disable OTel sampling during loadtest
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Dec 19, 2024
1 parent 287182c commit c8c2d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
with:
prefix: v
- name: Run loadtest
env:
OTEL_TRACES_SAMPLER: "always_off"
run: |
postgrest-loadtest-against main ${{ steps.get-latest-tag.outputs.tag }}
postgrest-loadtest-report > loadtest/loadtest.md
Expand Down

0 comments on commit c8c2d29

Please sign in to comment.