Andrey Novikov
Andrey Novikov
I've successfully upgraded one mature application to Rails 8.1 and current Devise main branch. So far in my tests it works perfect. It would be nice to have a beta...
@nlsrchtr, I believe that your problem is caused by [SolidQueue multi-process architecture](https://github.com/rails/solid_queue?tab=readme-ov-file#workers-dispatchers-and-scheduler): metrics are being collected in separate process from one that exposes them to Prometheus. Metrics are stored in...
@rosa I believe that queue latency should be used for long queue monitoring instead of queue sizes: > If you throw a lot of jobs into the queue, you can...
> but I think what would make the query slow is the `maximum("now() - created_at")` Maybe just `minimum(:created_at)` will be faster (and then make calculations with `Time.current` in Ruby). But...
Hey! Author of #120 is here. With reloader, you're getting these `NATS::IO::Timeout` only in development, when hot reloading is working, right? (just confirming) I used Rails reloader specifically to free...
Really would like to launch Swagger editor v5 in Docker with my OpenAPI 3.1.1 doc. There are some really cool features that are not supported by current swagger editor v4
Hey, thanks for writing the issue! So, you want to be able to expose two metrics endpoints from every process/pod on different paths or ports: 1. one serving only per-process...
Thanks for the pull request! Ignore CI failures for outdated rubies, I will drop them from the CI matrix. I will review your pull request soon, hopefully in a few...
Released in [0.8.0](https://github.com/yabeda-rb/yabeda-puma-plugin/releases/tag/v0.8.0). Thank you for your contribution and sorry for the long wait!
Thanks for providing a code example and sorry for late reply. Yeah, it is a good idea to support it out of the box, but it will require some API...