chore(deps-dev): bump the open-telemetry group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps the open-telemetry group with 3 updates: opentelemetry-api, opentelemetry-sdk and opentelemetry-semantic-conventions.
Updates opentelemetry-api from 1.32.1 to 1.33.0
Changelog
Sourced from opentelemetry-api's changelog.
Version 1.33.0/0.54b0 (2025-05-09)
- Fix intermittent
Connection abortederror when using otlp/http exporters (#4477)- opentelemetry-sdk: use stable code attributes:
code.function->code.function.name,code.lineno->code.line.number,code.filepath->code.file.path(#4508)- Fix serialization of extended attributes for logs signal (#4342)
- Handle OTEL_PROPAGATORS contains None (#4553)
- docs: updated and added to the metrics and log examples (#4559)
- Bump semantic conventions to 1.33.0 (#4567)
Version 1.32.0/0.53b0 (2025-04-10)
- Fix user agent in OTLP HTTP metrics exporter (#4475)
- Improve performance of baggage operations (#4466)
- sdk: remove duplicated constant definitions for
environment_variables(#4491)- api: Revert record
BaseExceptionchange intrace_api.use_span()(#4494)- Improve CI by cancelling stale runs and setting timeouts (#4498)
- Patch logging.basicConfig so OTel logs don't cause console logs to disappear (#4436)
- Bump semantic conventions to 1.32.0 (#4530)
- Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (#4521)
- opentelemetry-sdk: Fix serialization of objects in log handler (#4528)
Version 1.31.0/0.52b0 (2025-03-12)
- semantic-conventions: Bump to 1.31.0 (#4471)
- Add type annotations to context's attach & detach (#4346)
- Fix OTLP encoders missing instrumentation scope schema url and attributes (#4359)
- prometheus-exporter: fix labels out of place for data points with different attribute sets (#4413)
- Type indent parameter in to_json (#4402)
- Tolerates exceptions when loading resource detectors via
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS
... (truncated)
Commits
65904dbPrepare release 1.33.0/0.54b0 (#4573)77a09e7opentelemetry-api: review get_logger documentation (#4507)a0fbda1Bump semantic conventions to 1.33.0 (#4567)f55bcecHandle None in OTEL_PROPAGATORS (#4553)e46db88infra: Automate SHA procedure during releases (#4547)00329e0Refactor BatchLogRecordProcessor and associated tests (#4535)adbec50bugfix(exporter): ensure response is closed (#4477)1b1e8d8opentelemetry-sdk: use stable code attributes (#4508)e0cf233feat: Updated and added examples (logs and metrics) (#4559)742171elogs: fix serialization of Extended attributes (#4342)- Additional commits viewable in compare view
Updates opentelemetry-sdk from 1.32.1 to 1.33.0
Changelog
Sourced from opentelemetry-sdk's changelog.
Version 1.33.0/0.54b0 (2025-05-09)
- Fix intermittent
Connection abortederror when using otlp/http exporters (#4477)- opentelemetry-sdk: use stable code attributes:
code.function->code.function.name,code.lineno->code.line.number,code.filepath->code.file.path(#4508)- Fix serialization of extended attributes for logs signal (#4342)
- Handle OTEL_PROPAGATORS contains None (#4553)
- docs: updated and added to the metrics and log examples (#4559)
- Bump semantic conventions to 1.33.0 (#4567)
Version 1.32.0/0.53b0 (2025-04-10)
- Fix user agent in OTLP HTTP metrics exporter (#4475)
- Improve performance of baggage operations (#4466)
- sdk: remove duplicated constant definitions for
environment_variables(#4491)- api: Revert record
BaseExceptionchange intrace_api.use_span()(#4494)- Improve CI by cancelling stale runs and setting timeouts (#4498)
- Patch logging.basicConfig so OTel logs don't cause console logs to disappear (#4436)
- Bump semantic conventions to 1.32.0 (#4530)
- Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (#4521)
- opentelemetry-sdk: Fix serialization of objects in log handler (#4528)
Version 1.31.0/0.52b0 (2025-03-12)
- semantic-conventions: Bump to 1.31.0 (#4471)
- Add type annotations to context's attach & detach (#4346)
- Fix OTLP encoders missing instrumentation scope schema url and attributes (#4359)
- prometheus-exporter: fix labels out of place for data points with different attribute sets (#4413)
- Type indent parameter in to_json (#4402)
- Tolerates exceptions when loading resource detectors via
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS
... (truncated)
Commits
65904dbPrepare release 1.33.0/0.54b0 (#4573)77a09e7opentelemetry-api: review get_logger documentation (#4507)a0fbda1Bump semantic conventions to 1.33.0 (#4567)f55bcecHandle None in OTEL_PROPAGATORS (#4553)e46db88infra: Automate SHA procedure during releases (#4547)00329e0Refactor BatchLogRecordProcessor and associated tests (#4535)adbec50bugfix(exporter): ensure response is closed (#4477)1b1e8d8opentelemetry-sdk: use stable code attributes (#4508)e0cf233feat: Updated and added examples (logs and metrics) (#4559)742171elogs: fix serialization of Extended attributes (#4342)- Additional commits viewable in compare view
Updates opentelemetry-semantic-conventions from 0.53b1 to 0.54b0
Changelog
Sourced from opentelemetry-semantic-conventions's changelog.
Version 1.33.0/0.54b0 (2025-05-09)
- Fix intermittent
Connection abortederror when using otlp/http exporters (#4477)- opentelemetry-sdk: use stable code attributes:
code.function->code.function.name,code.lineno->code.line.number,code.filepath->code.file.path(#4508)- Fix serialization of extended attributes for logs signal (#4342)
- Handle OTEL_PROPAGATORS contains None (#4553)
- docs: updated and added to the metrics and log examples (#4559)
- Bump semantic conventions to 1.33.0 (#4567)
Version 1.32.0/0.53b0 (2025-04-10)
- Fix user agent in OTLP HTTP metrics exporter (#4475)
- Improve performance of baggage operations (#4466)
- sdk: remove duplicated constant definitions for
environment_variables(#4491)- api: Revert record
BaseExceptionchange intrace_api.use_span()(#4494)- Improve CI by cancelling stale runs and setting timeouts (#4498)
- Patch logging.basicConfig so OTel logs don't cause console logs to disappear (#4436)
- Bump semantic conventions to 1.32.0 (#4530)
- Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (#4521)
- opentelemetry-sdk: Fix serialization of objects in log handler (#4528)
Version 1.31.0/0.52b0 (2025-03-12)
- semantic-conventions: Bump to 1.31.0 (#4471)
- Add type annotations to context's attach & detach (#4346)
- Fix OTLP encoders missing instrumentation scope schema url and attributes (#4359)
- prometheus-exporter: fix labels out of place for data points with different attribute sets (#4413)
- Type indent parameter in to_json (#4402)
- Tolerates exceptions when loading resource detectors via
OTEL_EXPERIMENTAL_RESOURCE_DETECTORS
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 173413 |
| UUID: | 3055678520 |
| Node ID: | PR_kwDOH95bD86VxPL1 |
| Host: | GitHub |
| Repository: | microsoftgraph/msgraph-sdk-python |