Currently we are facing the issue that if you use Spring Boot Native Images, the Prometheus RSocket Proxy Client does run into a timeout each time it connects to the Prometheus RSocket Proxy Server. For normal Java Application everything is working fine.
I also tried to increase the timeout with the newly introduced option #86
micrometer:
prometheus:
rsocket:
timeout: 30s
Tested version: 2.0.0-M3
Currently we are facing the issue that if you use Spring Boot Native Images, the
Prometheus RSocket Proxy Clientdoes run into a timeout each time it connects to thePrometheus RSocket Proxy Server. For normal Java Application everything is working fine.I also tried to increase the timeout with the newly introduced option #86
Tested version:
2.0.0-M3