Class: Datadog::Core::Configuration::Settings::DSL::HealthMetrics
- Inherits:
-
Object
- Object
- Datadog::Core::Configuration::Settings::DSL::HealthMetrics
- Defined in:
- lib/datadog/core/configuration/settings.rb
Overview
Internal Statsd metrics collection.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enable health metrics collection.
-
#statsd ⇒ Datadog::Statsd?
Statsd instance to collect health metrics.
Instance Attribute Details
#enabled ⇒ Boolean
Enable health metrics collection.
207 208 209 |
# File 'lib/datadog/core/configuration/settings.rb', line 207 def enabled @enabled end |
#statsd ⇒ Datadog::Statsd?
Statsd instance to collect health metrics.
If nil, health metrics creates a new Statsd client with default agent configuration.
220 221 222 |
# File 'lib/datadog/core/configuration/settings.rb', line 220 def statsd @statsd end |