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

fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.31.0 #375

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom 1.30.0 -> 1.31.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom)

v1.31.0

🌟 New javaagent instrumentation
📈 Enhancements
  • Add instrumentation for vert.x sql client withTransaction method
    (#​9462)
  • Improve hibernate reactive instrumentation
    (#​9486)
  • Support application.yaml files in SpringBootServiceNameDetector
    (#​9515)
  • Add Spring Boot service version finder / ResourceProvider
    (#​9480)
  • Split hibernate reactive instrumentation
    (#​9531)
  • Rework reactor netty context tracking
    (#​9286)
  • Improve spring data reactive instrumentation
    (#​9561)
  • Support akka http latest version
    (#​9573)
  • Enhance AWS SDK Instrumentation with Detailed HTTP Error Information
    (#​9448)
  • Update HTTP metrics' descriptions
    (#​9635)
  • Remove server.socket.address from HTTP/RPC metrics
    (#​9633)
  • Remove 0 bucket from stable HTTP metrics
    (#​9631)
  • Suppress nested http client spans in aws2 instrumentation
    (#​9634)
  • Implement spec changes for grpc server span error status
    (#​9641)
  • Improve vertx-sql client context propagation
    (#​9640)
  • Add url.scheme to HTTP client metrics
    (#​9642)
  • Add support for newVirtualThreadPerTaskExecutor
    (#​9616)
  • Implement error.type attribute in HTTP semconv
    (#​9466)
  • Emit package events
    (#​9301)
  • Added Automatic-Module-Name header to MANIFEST.MF in instrumentation libraries
    (#​9140)
  • Support paths in peer.service mappings
    (#​9061)
  • Compile ktor library instrumentation for earlier kotlin version
    (#​9661)
🛠️ Bug fixes
  • Fix NPE happening when .headersWhen() is used (reactor-netty)
    (#​9511)
  • Spring webflux: add user spans as children of the controller span
    (#​9572)
  • Make netty ChannelPipeline removeLast return user handler
    (#​9584)

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Aug 7, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.28.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/managed.opentelemetry.instrumentation branch from a93b2f2 to af64801 Compare August 17, 2023 08:29
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 - autoclosed Sep 1, 2023
@renovate renovate bot closed this Sep 1, 2023
@renovate renovate bot deleted the renovate/managed.opentelemetry.instrumentation branch September 1, 2023 09:35
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 - autoclosed fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 Sep 1, 2023
@renovate renovate bot reopened this Sep 1, 2023
@renovate renovate bot restored the renovate/managed.opentelemetry.instrumentation branch September 1, 2023 09:49
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.29.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/managed.opentelemetry.instrumentation branch from af64801 to f492723 Compare September 14, 2023 12:27
sdelamo added a commit that referenced this pull request Oct 12, 2023
Close: #378 #377 #376 #375

https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.30.1
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.29.0
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0

* Refactor default OpenTelemetry factory

- Some parts of the OpenTelemetry API were moved to a separate dependency `opentelemetry-api-events`
- `GlobalLoggerProvider` is internal now
- `AutoConfiguredOpenTelemetrySdkBuilder.setResultAsGlobal(boolean)` no longer receives a boolean parameter

* Refactor "attributes getter" classes

- `NetServerAttributesExtractor` was deprecated
- Some methods were renamed
- Some other new methods were added to existing interfaces

* Remove use of deprecated `HttpFlavorValues`

According to the documentation
https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/http/#common-attributes
recommended values for `network.protocol.version` remain the same:
- "1.0"
- "1.1"
- "2.0"

However, `SemanticAttributes.HttpFlavorValues` has been deprecated with
no specific replacement.

* Remove use of deprecated `NetClientAttributesGetter`

* Rename messaging operation "send" to "publish" per spec

https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.28.0

* Small refactor

* Upgrade OpenTelemetry to version 1.30.0

* Add OpenTelemetry 1.30.0 as a dependency to the BOM

* Upgrade OpenTelemetry to version 1.30.1

* Apply suggestions from code review

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>

* Upgrade dependencies

* Update static import

* Use `HttpServerRoute` instead of deprecated `HttpRouteHolder`

---------

Co-authored-by: Guillermo Calvo <guillermo@guillermo.dev>
Co-authored-by: Guillermo Calvo <guillermocalvo@gmail.com>
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 - autoclosed Oct 12, 2023
@renovate renovate bot closed this Oct 12, 2023
@renovate renovate bot deleted the renovate/managed.opentelemetry.instrumentation branch October 12, 2023 11:33
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 - autoclosed fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 Oct 12, 2023
@renovate renovate bot reopened this Oct 12, 2023
@renovate renovate bot restored the renovate/managed.opentelemetry.instrumentation branch October 12, 2023 21:46
@renovate renovate bot changed the title fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.30.0 fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom to v1.31.0 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/managed.opentelemetry.instrumentation branch from f492723 to 1d8d1b3 Compare October 13, 2023 01:21
@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@graemerocher graemerocher merged commit cf5a9d6 into master Oct 13, 2023
8 checks passed
@graemerocher graemerocher deleted the renovate/managed.opentelemetry.instrumentation branch October 13, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant