gnodet opened a new pull request, #21887:
URL: https://github.com/apache/camel/pull/21887

   ## Summary
   
   - OpenTelemetry 1.60+ exports internal SDK metrics (e.g. 
`otel.sdk.metric_reader.collection.duration`) via `LoggingMetricExporter`
   - `ManagedMessageHistoryAutoConfigIT` and 
`ExchangeEventNotifierAutoConfigIT` assumed only Camel metrics would appear in 
the log output, causing assertion failures with OTel 1.60.1 (#21827, #21851)
   - Filter out non-Camel metrics by checking for the `camel.` prefix before 
processing log records
   - This is a proper fix — alternative to reverting OTel to 1.59 (#21881)
   
   ## Test plan
   
   - [ ] `ManagedMessageHistoryAutoConfigIT` passes with OTel 1.60.1
   - [ ] `ExchangeEventNotifierAutoConfigIT` passes with OTel 1.60.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to