davsclaus commented on PR #26626:
URL: https://github.com/apache/camel/pull/26626#issuecomment-5749495453

   Both in 80a32724cad7. The OpenTelemetry factory in 
camel-opentelemetry-metrics captures the body as the other three do (my earlier 
reply was wrong on that: I had looked in camel-opentelemetry and 
camel-opentelemetry2 only). And the null body: no size at all rather than 0, 
since the type already says null and 0 would read as an empty text or byte 
array; captureBody returns before asking the size strategy, the tests assert -1 
on the entry and no bodySize= in the registry step. The same rule is applied to 
the message dump in #26627.


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