Class NewRelic::Agent::Configuration::Manager
In: lib/new_relic/agent/configuration/manager.rb
Parent: Object

Methods

Constants

MALFORMED_LABELS_WARNING = "Skipping malformed labels configuration"
PARSING_LABELS_FAILURE = "Failure during parsing labels. Ignoring and carrying on with connect."
MAX_LABEL_COUNT = 64
MAX_LABEL_LENGTH = 255

Public Class methods

Public Instance methods

Defining these explicitly saves object allocations that we incur if we use Forwardable and def_delegators.

We only take the last value provided for a given label type key

Generally only useful during initial construction and tests

[Validate]