Skip to content

Commit

Permalink
Changed method name called in capture mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Sep 8, 2015
1 parent bdaf15b commit 0dbb116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/metric/ci_mixin/capture.rb
Expand Up @@ -16,7 +16,7 @@ def queue_name_for_metrics_collection
raise "Unsupported type #{self.class.name} (id: #{id})"
end

ems.class.metrics_collect_queue_name
ems.metrics_collector_queue_name
end

def perf_capture_queue(interval_name, options = {})
Expand Down

0 comments on commit 0dbb116

Please sign in to comment.