Module NewRelic::Agent::Datastores::MetricHelper
In: lib/new_relic/agent/datastores/metric_helper.rb

Methods

Constants

ROLLUP_METRIC = "Datastore/all".freeze
WEB_ROLLUP_METRIC = "Datastore/allWeb".freeze
OTHER_ROLLUP_METRIC = "Datastore/allOther".freeze
DEFAULT_PRODUCT_NAME = "ActiveRecord".freeze
OTHER = "Other".freeze
ALL = "all".freeze
ALL_WEB = "allWeb".freeze
ALL_OTHER = "allOther".freeze

Public Class methods

If the override declared a product affiliation, abide by that ActiveRecord has database-specific product names, so we recognize it by the generic_product it passes.

[Validate]