Method: NewRelic::MetricSpec#to_s

Defined in:
lib/new_relic/metric_spec.rb

#to_sObject

[View source]

45
46
47
48
49
# File 'lib/new_relic/metric_spec.rb', line 45

def to_s
  return name if scope.empty?

  "#{name}:#{scope}"
end