Class: BookingsyncSidekiqProExtendedMetricsCollector::Configuration
- Inherits:
-
Object
- Object
- BookingsyncSidekiqProExtendedMetricsCollector::Configuration
- Defined in:
- lib/bookingsync_sidekiq_pro_extended_metrics_collector/configuration.rb
Instance Attribute Summary collapse
-
#datadog_host ⇒ Object
Returns the value of attribute datadog_host.
-
#datadog_namespace ⇒ Object
Returns the value of attribute datadog_namespace.
-
#datadog_port ⇒ Object
Returns the value of attribute datadog_port.
Instance Attribute Details
#datadog_host ⇒ Object
Returns the value of attribute datadog_host.
3 4 5 |
# File 'lib/bookingsync_sidekiq_pro_extended_metrics_collector/configuration.rb', line 3 def datadog_host @datadog_host end |
#datadog_namespace ⇒ Object
Returns the value of attribute datadog_namespace.
3 4 5 |
# File 'lib/bookingsync_sidekiq_pro_extended_metrics_collector/configuration.rb', line 3 def datadog_namespace @datadog_namespace end |
#datadog_port ⇒ Object
Returns the value of attribute datadog_port.
3 4 5 |
# File 'lib/bookingsync_sidekiq_pro_extended_metrics_collector/configuration.rb', line 3 def datadog_port @datadog_port end |