Skip to content

Commit 0ba8cb4

Browse files
authored
Merge branch 'main' into fix-issue-2485-instrumentation-scope-name-2
2 parents 386835f + 6c4aed8 commit 0ba8cb4

File tree

35 files changed

+62
-2
lines changed

35 files changed

+62
-2
lines changed

.github/workflows/misc_0.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,24 @@ jobs:
8888
- name: Run tests
8989
run: tox -e mypyinstalled
9090

91+
pyright:
92+
name: pyright
93+
runs-on: ubuntu-latest
94+
steps:
95+
- name: Checkout repo @ SHA - ${{ github.sha }}
96+
uses: actions/checkout@v4
97+
98+
- name: Set up Python 3.10
99+
uses: actions/setup-python@v5
100+
with:
101+
python-version: "3.10"
102+
103+
- name: Install tox
104+
run: pip install tox
105+
106+
- name: Run tests
107+
run: tox -e pyright
108+
91109
docs:
92110
name: docs
93111
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Removed superfluous py.typed markers and added them where they were missing
11+
([#4172](https://github.com/open-telemetry/opentelemetry-python/pull/4172))
1012
- Include metric info in encoding exceptions
1113
([#4154](https://github.com/open-telemetry/opentelemetry-python/pull/4154))
1214
- sdk: Add support for log formatting

exporter/opentelemetry-exporter-otlp-proto-http/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-otlp/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-prometheus/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-zipkin-json/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-zipkin-proto-http/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-zipkin/py.typed

Whitespace-only changes.

opentelemetry-api/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)