Elastic Shipper non finite value
See original GitHub issue@izeye I am still facing this issue even with the new snapshot. It produced several metric where elastic might consider it as not finite. Spring boot 2.1.4 Spring cloud GreenwichSR1 Java11 Spring Cloud Kafka Streams
+--- io.micrometer:micrometer-registry-elastic:1.1.5-SNAPSHOT
| \--- io.micrometer:micrometer-core:1.1.5-SNAPSHOT (*)
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.778Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"0","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.778Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"1","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.778Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"2","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.778Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"3","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.778Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"4","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.779Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"5","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.779Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"6","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
{ "index" : {} }
{"@timestamp":"2019-05-13T16:50:18.779Z","name":"kafka_consumer_records_lead_min","type":"gauge","activeProfile":"dev","client_id":"consumer-4","partition":"7","region":"","serviceName":"request-handler","topic":"DV_REQUEST_HANDLER","value":1.7976931348623157E308}
_Originally posted by @sabareeshkkanan in https://github.com/micrometer-metrics/micrometer/issues/1370#issuecomment-491905536_
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
java - Handing of "JSON does not allow non-finite numbers" in ...
Hi I am trying to do aggregation on a field using MAX function inside my index, the issue is when I do aggregation...
Read more >Getting started with anomaly detection | Machine Learning in ...
This tutorial shows you how to create anomaly detection jobs, interpret the results, and forecast future behavior in Kibana.
Read more >Boundary Value Problems of Finite Elasticity | SpringerLink
In this book I present, in a systematic form, some local theorems on existence, uniqueness, and analytic dependence on the load, which I...
Read more >Elasticity, shell theory and finite element results for the ...
Elasticity, shell theory and finite element results for the buckling of long sandwich cylindrical shells under external pressure.
Read more >How Does Price Elasticity Affect Supply? - Investopedia
Elastic means the product is considered sensitive to price changes. Inelastic means the product is not sensitive to price movements. Price elasticity of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@izeye thanks for clarification. This appears to work fine now
@sabareeshkkanan now that the fix is merged, please feel free to test out a snapshot version containing the fix.