We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb636e6 commit 788a2e7Copy full SHA for 788a2e7
3 files changed
.github/workflows/lint_0.yml
@@ -260,6 +260,25 @@ jobs:
260
- name: Run tests
261
run: tox -e lint-opentelemetry-exporter-otlp-proto-http
262
263
+ lint-opentelemetry-exporter-otlp-proto-kafka:
264
+ name: opentelemetry-exporter-otlp-proto-kafka
265
+ runs-on: ubuntu-latest
266
+ timeout-minutes: 30
267
+ steps:
268
+ - name: Checkout repo @ SHA - ${{ github.sha }}
269
+ uses: actions/checkout@v4
270
+
271
+ - name: Set up Python 3.14
272
+ uses: actions/setup-python@v5
273
+ with:
274
+ python-version: "3.14"
275
276
+ - name: Install tox
277
+ run: pip install tox-uv
278
279
+ - name: Run tests
280
+ run: tox -e lint-opentelemetry-exporter-otlp-proto-kafka
281
282
lint-opentelemetry-exporter-prometheus:
283
name: opentelemetry-exporter-prometheus
284
runs-on: ubuntu-latest
0 commit comments