Class NewRelic::Agent::UtilizationData
In: lib/new_relic/agent/utilization_data.rb
Parent: Object

Methods

Constants

METADATA_VERSION = 2

Public Instance methods

this is slightly ugly, but if a string value is passed in for the env var: NEW_RELIC_UTILIZATION_LOGICAL_PROCESSORS the coercion from EnvironmentSource will turn that into a numerical 0, which is not a reasonable value for logical_processes and should not be sent up

see comment above as the situation is the same for: NEW_RELIC_UTILIZATION_TOTAL_RAM_MIB

[Validate]