You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subscription is created and everthing is working like expected all the time.
Actual Behavior
Sometimes a subscription is not created and the related code just runs in a timeout - I just thought this is a problem of the specific implementation of Prometheus RSocket Proxy, but the more I digg into it the more I think this is an issue that the reactor-tcp-epoll pool of the subscription is not created reliably within native images created with graalvm - for more information see: micrometer-metrics/prometheus-rsocket-proxy#94
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
The subscription is created and everthing is working like expected all the time.
Actual Behavior
Sometimes a subscription is not created and the related code just runs in a timeout - I just thought this is a problem of the specific implementation of Prometheus RSocket Proxy, but the more I digg into it the more I think this is an issue that the reactor-tcp-epoll pool of the subscription is not created reliably within native images created with graalvm - for more information see: micrometer-metrics/prometheus-rsocket-proxy#94
Steps to Reproduce
I created a setup to create native images and to test it against a local running Prometheus RSocket Proxy: https://github.com/klopfdreh/prometheus-rsocket-native-test - but sadly I was not able to reproduce it without K8 setup.
Possible Solution
N/A
Your Environment
The text was updated successfully, but these errors were encountered: