feat: move suffix handling to scrape time with OTel preserve_names #1623
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: OpenTelemetry Acceptance Tests | |
| on: [pull_request] | |
| permissions: {} | |
| jobs: | |
| acceptance-tests: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Check out | |
| with: | |
| persist-credentials: false | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | |
| - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 | |
| with: | |
| version: v2026.2.24 | |
| sha256: c6e8b1abbd02d4beb7f38c98174e647b4ae40e89422465bc3b49e48c0bdf9ba9 | |
| - name: Run acceptance tests | |
| run: mise run acceptance-test |