Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump opentelemetry-api from 1.25.0 to 1.26.0 #6279

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps opentelemetry-api from 1.25.0 to 1.26.0.

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.26.0/0.47b0 (2024-07-23)

  • Standardizing timeout calculation in measurement consumer collect to nanoseconds (#4074)
  • optional scope attributes for logger creation (#4035)
  • optional scope attribute for tracer creation (#4028)
  • OTLP exporter is encoding invalid span/trace IDs in the logs fix (#4006)
  • Update sdk process resource detector process.command_args attribute to also include the executable itself (#4032)
  • Fix start_time_unix_nano for delta collection for explicit bucket histogram aggregation (#4009)
  • Fix start_time_unix_nano for delta collection for sum aggregation (#4011)
  • Update opentracing and opencesus docs examples to not use JaegerExporter (#4023)
  • Do not execute Flask Tests in debug mode (#3956)
  • When encountering an error encoding metric attributes in the OTLP exporter, log the key that had an error. (#3838)
  • Fix ExponentialHistogramAggregation (#3978)
  • Log a warning when a LogRecord in sdk/log has dropped attributes due to reaching limits (#3946)
  • Fix RandomIdGenerator can generate invalid Span/Trace Ids (#3949)
  • Add Python 3.12 to tox (#3616)
  • Improve resource field structure for LogRecords (#3972)
  • Update Semantic Conventions code generation scripts:
    • fix namespace exclusion that resulted in dropping os and net namespaces.
    • add Final decorator to constants to prevent collisions
    • enable mypy and fix detected issues
    • allow to drop specific attributes in preparation for Semantic Conventions v1.26.0 (#3973)
  • Update semantic conventions to version 1.26.0. (#3964)
  • Use semconv exception attributes for record exceptions in spans (#3979)
  • Fix _encode_events assumes events.attributes.dropped exists (#3965)
  • Validate links at span creation (#3991)
  • Add attributes field in MeterProvider.get_meter and InstrumentationScope (#4015)
  • Fix inaccessible SCHEMA_URL constants in opentelemetry-semantic-conventions

... (truncated)

Commits
  • d84fc6c Skip test pypi
  • 2d8195b [release/v1.26.x-0.47bx] Prepare release 1.26.0/0.47b0 (#4076)
  • 3f95781 Standardizing timeout calculation in measurement consumer collect to nanoseco...
  • be02f98 [sdk/logs] Replace mocks with real instances where possible (#4071)
  • 8749168 fix schema_url constants in semconv (#4069)
  • e3467d4 Update README.md (#4068)
  • 6631e89 optional scope attributes for logger creation (#4035)
  • d4e13bd optional scope attribute for tracer creation (#4028)
  • e78675e Fix ExponentialBucketHistogramAggregation (#3978)
  • b1e99c1 Add otlp exporters missing documentation (#4055)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner July 25, 2024 04:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 25, 2024
@jenshnielsen
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/opentelemetry-api-1.26.0 branch from 67995b8 to b36f9b6 Compare July 25, 2024 07:21
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.26%. Comparing base (2851419) to head (797d060).
Report is 55 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6279      +/-   ##
==========================================
- Coverage   67.30%   66.26%   -1.05%     
==========================================
  Files         352      352              
  Lines       32146    32146              
==========================================
- Hits        21637    21300     -337     
- Misses      10509    10846     +337     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jenshnielsen jenshnielsen enabled auto-merge July 25, 2024 08:05
@dependabot dependabot bot force-pushed the dependabot/pip/opentelemetry-api-1.26.0 branch from b36f9b6 to 552f13d Compare July 26, 2024 04:30
@jenshnielsen
Copy link
Collaborator

Submitted a bugfix for opentelemetry in open-telemetry/opentelemetry-python#4084

@dependabot dependabot bot force-pushed the dependabot/pip/opentelemetry-api-1.26.0 branch from 552f13d to d61536e Compare July 29, 2024 04:23
@jenshnielsen
Copy link
Collaborator

This should be fixed in 1.27.0 so probably easiest to just skip this version

@dependabot dependabot bot force-pushed the dependabot/pip/opentelemetry-api-1.26.0 branch from d61536e to 80d05e9 Compare August 2, 2024 04:41
Bumps [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/opentelemetry-api-1.26.0 branch from 80d05e9 to 797d060 Compare August 21, 2024 04:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2024

Superseded by #6395.

@dependabot dependabot bot closed this Aug 29, 2024
auto-merge was automatically disabled August 29, 2024 04:29

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/opentelemetry-api-1.26.0 branch August 29, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant