Re: [PR] chore(deps-dev): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.11.0-alpha to 2.12.0-alpha [camel]
oscerd merged PR #16847: URL: https://github.com/apache/camel/pull/16847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] chore(deps-dev): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.11.0-alpha to 2.12.0-alpha [camel]
gansheer commented on PR #16847: URL: https://github.com/apache/camel/pull/16847#issuecomment-2597664864 /component-test opentelemetry -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] chore(deps-dev): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.11.0-alpha to 2.12.0-alpha [camel]
github-actions[bot] commented on PR #16847: URL: https://github.com/apache/camel/pull/16847#issuecomment-2597665582 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] chore(deps-dev): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.11.0-alpha to 2.12.0-alpha [camel]
github-actions[bot] commented on PR #16847: URL: https://github.com/apache/camel/pull/16847#issuecomment-2597622619 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committers, please review the following items: * First-time contributors **require MANUAL approval** for the GitHub Actions to run * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR. * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. * :warning: Be careful when sharing logs. Review their contents before sharing them publicly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] chore(deps-dev): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 from 2.11.0-alpha to 2.12.0-alpha [camel]
dependabot[bot] opened a new pull request, #16847: URL: https://github.com/apache/camel/pull/16847 Bumps [io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.11.0-alpha to 2.12.0-alpha. Release notes Sourced from https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases";>io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17's releases. Version 2.11.0 This release targets the OpenTelemetry SDK 1.45.0. Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/VERSIONING.md#opentelemetry-java-instrumentation-versioning";>VERSIONING.md for more details. Migration notes In preparation for stabilizing HTTP library instrumentation soon: addAttributeExtractor methods in a few *TelemetryBuilder classes have been deprecated and renamed to addAttributesExtractor (which is how most of them were named already) (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12860";>#12860) setEmitExperimental* methods in *TelemetryBuilder classes have been deprecated and moved to internal/experimental classes, see Javadoc @deprecated for exact relocation (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12847";>#12847) ApacheHttpClient5* classes have been deprecated and renamed to ApacheHttpClient* (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12854";>#12854) RatpackTelemetry* classes have been deprecated and split into RatpackClientTelemetry* and RatpackServerTelemetry* (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12853";>#12853) SpringWebfluxTelemetry* classes have been deprecated and split into SpringWebfluxClientTelemetry* and SpringWebfluxServerTelemetry* (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12852";>#12852) ArmeriaTelemetry* classes have been deprecated and split into ArmeriaClientTelemetry* and ArmeriaServerTelemetry* (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12851";>#12851) *KtorClientTracing* and *KtorServerTracing* have been deprecated and renamed to *KtorClientTelemetry* and *KtorServerTelemetry* (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12855";>#12855) Experimental opt-in attribute spring-webflux.handler.type was removed in favor of standard code.* attributes (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12887";>#12887) 📈 Enhancements Map lettuce 5.1 db.namespace to db.name (unless using experimental database semconv stability opt-in) (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12609";>#12609) Log4j2: add option to fill code attributes (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12592";>#12592) Fill jvm.thread.state attribute for jvm.thread.count metric on jdk8 (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12724";>#12724) Update Spring Scheduling code.* attribute extraction for latest release of Spring Scheduling (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12739";>#12739) Add jctools classes to reflect-config.json for better native image support (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12736";>#12736) Support Pulsar Client send message with transaction (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12731";>#12731) Implement reading of simple key-value Logstash JSON Marker attributes (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12513";>#12513) Add agent instrumentation for Ratpack 1.7+ (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12572";>#12572) Added spring-scheduling.enabled property to spring-configuration-metadata.json (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12791";>#12791) Remove class files from spring-boot-autoconfigure source jar (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12798";>#12798) Updated Camel rules adding route.started, route.added, and thread pools' pool.core_size (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12763";>#12763) Add database client metrics (when using experimental database semconv stability opt-in) (https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12806";>#1