yabeda-rails icon indicating copy to clipboard operation
yabeda-rails copied to clipboard

Yabeda plugin to collect basic metrics for Rails applications

Results 8 yabeda-rails issues
Sort by recently updated
recently updated
newest added

When running yabeda rails for clustered puma and does not work for streaming metrics, any ideas? We are running it via puma config `bundle exec puma -C config/puma.rb` ``` #...

Hi! Is it possible to do that? I tried smth like that ``` Yabeda::Rails.on_controller_action do |event, labels| next unless Rails.configuration.measured_actions.include? "#{labels[:controller]}##{labels[:action]}" ... ``` and ``` config.measured_actions = [ 'api/entry#index', 'api/offers#index'...

Hi. I have a problem with metrics value consistency. There is a backend deployed in k8s. Also there is a nginx-ingress controller with metrics enabled. Let's compare RPS through the...

Note: This depends on https://github.com/yabeda-rb/yabeda-rails/pull/19 to work.

Hi, ActiveSupport publishes bunch of events and we want to instrument cache hit/miss through `cache_read.active_support`. https://guides.rubyonrails.org/active_support_instrumentation.html General question: we ultimately can instrument all events published by active support but maybe...

This is a small PR to add Passenger to the list of servers to auto-register rails metrics.

I'm considering turning off certain metrics that I think negligible because our metrics have too high cardinality. Is there any way to do that? If not, I'd love to make...

In the current documentation could not find any way of disabling all the metrics at once. Maybe missing something, could someone please help me out?