Class: CollectLoadMetrics

Inherits:
Object
  • Object
show all
Defined in:
app/services/collect_load_metrics.rb

Instance Method Summary collapse

Instance Method Details

#performObject



4
5
6
7
8
# File 'app/services/collect_load_metrics.rb', line 4

def perform
  send_tasks_count
  send_slots_count
  send_slots_usage_percent
end