Class
NewRelic::Agent::Configuration::YamlSource
In:
lib/new_relic/agent/configuration/yaml_source.rb
Parent:
DottedHash
Methods
booleanify_values
failed?
is_boolean?
log_failure
new
process_erb
process_yaml
substitute_transaction_threshold
validate_config_file_path
warn_missing_config_file
with_yaml_engine
Attributes
failures
[RW]
file_path
[RW]
Public Class methods
new
(path, env)
Public Instance methods
failed?
()
Protected Instance methods
booleanify_values
(config, *keys)
is_boolean?
(value)
log_failure
(*messages)
process_erb
(file)
process_yaml
(file, env, config, path)
substitute_transaction_threshold
(config)
validate_config_file_path
(path)
warn_missing_config_file
(path)
with_yaml_engine
() {|unless NewRelic::LanguageSupport.needs_syck?| ...}
[Validate]