Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

2024-01-08 Thread via GitHub


apupier merged PR #12691:
URL: https://github.com/apache/camel/pull/12691


-- 
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] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

2024-01-08 Thread via GitHub


github-actions[bot] commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880535189

   :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] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

2024-01-08 Thread via GitHub


apupier commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880534753

   /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



[PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

2024-01-07 Thread via GitHub


dependabot[bot] opened a new pull request, #12691:
URL: https://github.com/apache/camel/pull/12691

   Bumps `opentelemetry-version` from 1.33.0 to 1.34.0.
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.33.0 to 1.34.0
   
   Release notes
   Sourced from https://github.com/open-telemetry/opentelemetry-java/releases;>io.opentelemetry:opentelemetry-sdk-testing's
 releases.
   
   Version 1.34.0
   NOTE: This is the LAST release for 
opentelemetry-exporter-jaeger and 
opentelemetry-exporter-jaeger-thift. Jaeger has https://opentelemetry.io/blog/2022/jaeger-native-otlp/;>native support 
for OTLP, and users should export to jaeger using https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies;>OTLP
 instead.
   API
   
   Ability to access version.properties API file with GraalVM native (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095;>#6095)
   
   SDK
   Traces
   
   Only call SpanProcessor onStart / onEnd if required (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112;>#6112)
   Add option to export unsampled spans from span processors (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057;>#6057)
   
   Metrics
   
   Memory Mode: Adding first part support for synchronous instruments - 
storage (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998;>#5998)
   Base2ExponentialHistogramAggregation maxBuckets must be = 2 (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093;>#6093)
   Convert histogram measurements to double before passing recording 
exemplar reservoir (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6024;>#6024)
   
   Exporters
   
   Add compressor SPI to support additional compression algos (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5990;>#5990)
   Test OTLP exporters with different OkHttp versions (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6045;>#6045)
   Refactor prometheus exporter to use 
io.prometheus:prometheus-metrics-exporter-httpserver, add 
exponential Histogram support (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6015;>#6015)
   UpstreamGrpcSenderProvider uses minimal fallback managed channel when 
none is specified (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6110;>#6110)
   OTLP exporters propagate serialization IOException instead of rethrowing 
as runtime (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6082;>#6082)
   
   Extensions
   
   Autoconfigure reads normalized otel.config.file property (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6105;>#6105)
   
    Thank you
   This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:
   https://github.com/asafm;>@​asafm
   https://github.com/axw;>@​axw
   https://github.com/fax4ever;>@​fax4ever
   https://github.com/fstab;>@​fstab
   https://github.com/HaloFour;>@​HaloFour
   https://github.com/jack-berg;>@​jack-berg
   https://github.com/jeanbisutti;>@​jeanbisutti
   https://github.com/jkwatson;>@​jkwatson
   https://github.com/lchdev;>@​lchdev
   https://github.com/nluk;>@​nluk
   https://github.com/NthPortal;>@​NthPortal
   https://github.com/patrick-me;>@​patrick-me
   https://github.com/ricardo-mestre;>@​ricardo-mestre
   https://github.com/TomasChladekSL;>@​TomasChladekSL
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md;>io.opentelemetry:opentelemetry-sdk-testing's
 changelog.
   
   Version 1.34.0 (2024-01-05)
   NOTE: This is the LAST release for 
opentelemetry-exporter-jaeger
   and opentelemetry-exporter-jaeger-thift. Jaeger
   has https://opentelemetry.io/blog/2022/jaeger-native-otlp/;>native 
support for OTLP, and users
   should export to jaeger
   using https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies;>OTLP
   instead.
   API
   
   Ability to access version.properties API file with GraalVM native
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6095;>#6095)
   
   SDK
   Traces
   
   Only call SpanProcessor onStart / onEnd if required
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6112;>#6112)
   Add option to export unsampled spans from span processors
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6057;>#6057)
   
   Metrics
   
   Memory Mode: Adding first part support for synchronous instruments - 
storage
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5998;>#5998)
   Base2ExponentialHistogramAggregation maxBuckets must be = 2
   (https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6093;>#6093)
   Convert histogram measurements to double before passing recording 
exemplar reservoir
   

Re: [PR] Bump opentelemetry-version from 1.33.0 to 1.34.0 [camel]

2024-01-07 Thread via GitHub


github-actions[bot] commented on PR #12691:
URL: https://github.com/apache/camel/pull/12691#issuecomment-1880431051

   :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