Sha256: 53e4c026f06d8639fcdb121dc8e5de920114d8bcf4138c1fb6ef299cfab79df2
Contents?: true
Size: 316 Bytes
Versions: 73
Compression:
Stored size: 316 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. require 'new_relic/metric_parser/spring' class NewRelic::MetricParser::SpringView < NewRelic::MetricParser::Spring def component_type "View" end end
Version data entries
73 entries across 73 versions & 2 rubygems