When converting Micrometer data to Otlp, the max value in Timer will be lost in the default configuration. #44872
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
I have Redis latency statistics recorded by Lettuce in Spring Boot, and latency statistics are Micrometer data. When I try to send the latency statistics to my otlp collector , I found that the max data in the Micrometer Timer was lost after the latency statistics were converted to Otlp data.
My configuration is as follows:
otel.resource.attributes=service.name=otlpTest management.otlp.metrics.export.url=http://localhost:8000/v1/metrics management.otlp.metrics.export.aggregationTemporality="delta" management.metrics.distribution.percentiles-histogram.lettuce.command.completion=true
Spring Boot version : 3.4.3
The text was updated successfully, but these errors were encountered: