sidekiq-prometheus
sidekiq-prometheus copied to clipboard
sidekiq_allocated_objects isn't reported
The metric is defined as sidekiq_allocated_objects
but isn't reported because periodic metrics is trying to record total_allocated_objects
: https://github.com/fastly/sidekiq-prometheus/blob/master/lib/sidekiq_prometheus/periodic_metrics.rb#L23
One or the other should be fixed.