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 io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0 #3885

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0.

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.26.0

This release represents the release candidate ("RC") release for the Logs Bridge API / SDK. In the next release (1.27.0), opentelemetry-api-logs will be merged into opentelemetry-api, opentelemetry-sdk-logs will be marked as stable, opentelemetry-exporter-otlp-logs will be merged into opentelemetry-exporter-otlp, opentelemetry-sdk-logs-testing will be merged into opentelemetry-sdk-testing, opentelemetry-sdk-extension-autoconfigure will enable otlp log exporter by default (i.e. otel.logs.exporter=otlp). For more details, see tracking issue #5340. NOTE: reminder that the Logs Bridge API is not meant for end users. Log appenders use the API to bridge logs from existing log frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to dictate how logs are processed and exported.

opentelemetry-opentracing-shim is now stable!

SDK

  • Create OtelVersion class at build time which is used to resolve artifact version in Resource. (#5365)

Metrics

  • Add prototype histogram advice API (i.e. Hints). (#5217)

Logs

  • Add LogRecord observed timestamp field. (#5370)
  • Remove log record timestamp default. (#5374)
  • Align BatchLogRecordProcessor defaults with specification. (#5364)
  • Rename setEpoch to setTimestamp. (#5368)
  • Log SDK cleanup. Move InMemoryLogRecordExporter to opentelemetry-sdk-logs-testing. Rename InMemoryLogRecordExporter#getFinishedLogItems to getFinishedLogRecordItems. Move SdkEventEmitterProvder to internal package. (#5368)

Exporters

  • Add scaffolding for low level exporter TLS API. (#5362)
  • Add new low level TLS APIs on OTLP and Jaeger gRPC exporter builders. (#5280, #5422)
  • OTLP LogRecord exporters serialize observed timestamp. (#5382)
  • Update prometheus test to reflect new collector behavior. (#5417)
  • Prometheus exporter checks metrics name to prevent add duplicated _total suffix. (#5308)
  • Add additional OTLP test for authenticator. (#5391)

OpenTracing Shim

  • Mark opentracing-shim as stable. (#5371)

SDK Extensions

  • Fixes jaeger remote sampler service strategies bug resolving service name. (#5418)
  • Fix flaky JaegerRemoteSamplerGrpcNettyTest. (#5385)
  • Add new log level TLS APIs on JaegerRemoteSamplerBuilder. (#5422)
  • Fix a parameter name typo in autoconfigure-spi module. (#5409)

Semantic Conventinos

  • Add missing links to deprecated constants in SemanticAttributes. (#5406)

Project Tooling

  • Update stale workflow. (#5381)
  • Skip OWASP dependencyCheck on test modules. (#5383)
  • Skip OWASP dependencyCheck on jmh tasks. (#5384)

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-api's changelog.

Version 1.26.0 (2023-05-05)

This release represents the release candidate ("RC") release for the Logs Bridge API / SDK. In the next release (1.27.0), opentelemetry-api-logs will be merged into opentelemetry-api, opentelemetry-sdk-logs will be marked as stable, opentelemetry-exporter-otlp-logs will be merged into opentelemetry-exporter-otlp, opentelemetry-sdk-logs-testing will be merged into opentelemetry-sdk-testing, opentelemetry-sdk-extension-autoconfigure will enable otlp log exporter by default (i.e. otel.logs.exporter=otlp). For more details, see tracking issue #5340. NOTE: reminder that the Logs Bridge API is not meant for end users. Log appenders use the API to bridge logs from existing log frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to dictate how logs are processed and exported.

opentelemetry-opentracing-shim is now stable!

SDK

  • Create OtelVersion class at build time which is used to resolve artifact version in Resource. (#5365)

Metrics

  • Add prototype histogram advice API (i.e. Hints). (#5217)

Logs

  • Add LogRecord observed timestamp field. (#5370)
  • Remove log record timestamp default. (#5374)
  • Align BatchLogRecordProcessor defaults with specification. (#5364)
  • Rename setEpoch to setTimestamp. (#5368)
  • Log SDK cleanup. Move InMemoryLogRecordExporter to opentelemetry-sdk-logs-testing. Rename InMemoryLogRecordExporter#getFinishedLogItems to getFinishedLogRecordItems. Move SdkEventEmitterProvder to internal package. (#5368)

Exporters

  • Add scaffolding for low level exporter TLS API. (#5362)
  • Add new low level TLS APIs on OTLP and Jaeger gRPC exporter builders. (#5280, #5422)
  • OTLP LogRecord exporters serialize observed timestamp. (#5382)

... (truncated)

Commits

Dependabot compatibility score

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 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 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)

Bumps [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) from 1.3.0 to 1.26.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.3.0...v1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Merging #3885 (c77a9f5) into master (e1e9aca) will not change coverage.
The diff coverage is n/a.

❗ Current head c77a9f5 differs from pull request most recent head b59ddf6. Consider uploading reports for the commit b59ddf6 to get more accurate results

@@            Coverage Diff            @@
##             master    #3885   +/-   ##
=========================================
  Coverage     13.93%   13.93%           
  Complexity     1291     1291           
=========================================
  Files           570      570           
  Lines         28847    28847           
  Branches       2811     2811           
=========================================
  Hits           4019     4019           
  Misses        24455    24455           
  Partials        373      373           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2023

Superseded by #4115.

@dependabot dependabot bot closed this Jun 12, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.opentelemetry-opentelemetry-api-1.26.0 branch June 12, 2023 03:10
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants