Skip to content

Commit d9b78d1

Browse files
authored
Merge branch 'main' into docs/update-logging-sdk-readme
2 parents c3849f6 + 322c602 commit d9b78d1

41 files changed

Lines changed: 3937 additions & 1000 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/5252.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-exporter-otlp-common`: add shared package for common OTLP utilities

.changelog/5311.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-sdk`: add support for file exporter with declarative config

.changelog/5336.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-sdk`: drop non-finite measurements (NaN and Inf) at the instrument level to prevent permanent aggregation poisoning

.changelog/5345.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`opentelemetry-sdk`: bump declarative configuration schema to v1.1.0

.github/workflows/lint.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,25 @@ jobs:
214214
- name: Run tests
215215
run: tox -e lint-opentelemetry-exporter-http-transport
216216

217+
lint-opentelemetry-exporter-otlpcommon-latest:
218+
name: opentelemetry-exporter-otlpcommon-latest
219+
runs-on: ubuntu-latest
220+
timeout-minutes: 30
221+
steps:
222+
- name: Checkout repo @ SHA - ${{ github.sha }}
223+
uses: actions/checkout@v4
224+
225+
- name: Set up Python 3.14
226+
uses: actions/setup-python@v5
227+
with:
228+
python-version: "3.14"
229+
230+
- name: Install tox
231+
run: pip install tox-uv
232+
233+
- name: Run tests
234+
run: tox -e lint-opentelemetry-exporter-otlpcommon-latest
235+
217236
lint-opentelemetry-exporter-opencensus:
218237
name: opentelemetry-exporter-opencensus
219238
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)