micrometer-metrics / micrometer

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://micrometer.io
Apache License 2.0
4.39k stars 966 forks source link

Fix log to include stack trace in OtlpMeterRegistry.publish() #5141

Closed izeye closed 2 weeks ago

izeye commented 1 month ago

This PR fixes log to include stack trace in OtlpMeterRegistry.publish().

See gh-4829

jonatan-ivanov commented 2 weeks ago

Thank you!