Method: NewRelic::MetricSpec#to_s
- Defined in:
- lib/new_relic/metric_spec.rb
permalink #to_s ⇒ Object
[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 |