Sha256: 67e19d96e50410566a36452655afc812a017b3d46e5e12721eecd9c3d6e1c6b5
Contents?: true
Size: 463 Bytes
Versions: 7
Compression:
Stored size: 463 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. module NewRelic autoload :MetricParser, 'new_relic/metric_parser' module MetricParser class Errors < NewRelic::MetricParser::MetricParser def is_error?; true; end def short_name segments[2..-1].join(NewRelic::MetricParser::MetricParser::SEPARATOR) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems