Class: Temporalio::Internal::Bridge::Runtime::PrometheusMetricsOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Runtime::PrometheusMetricsOptions
- Defined in:
- lib/temporalio/internal/bridge/runtime.rb
Instance Attribute Summary collapse
-
#bind_address ⇒ Object
Returns the value of attribute bind_address.
-
#counters_total_suffix ⇒ Object
Returns the value of attribute counters_total_suffix.
-
#durations_as_seconds ⇒ Object
Returns the value of attribute durations_as_seconds.
-
#histogram_bucket_overrides ⇒ Object
Returns the value of attribute histogram_bucket_overrides.
-
#unit_suffix ⇒ Object
Returns the value of attribute unit_suffix.
Instance Attribute Details
#bind_address ⇒ Object
Returns the value of attribute bind_address
46 47 48 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 46 def bind_address @bind_address end |
#counters_total_suffix ⇒ Object
Returns the value of attribute counters_total_suffix
46 47 48 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 46 def counters_total_suffix @counters_total_suffix end |
#durations_as_seconds ⇒ Object
Returns the value of attribute durations_as_seconds
46 47 48 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 46 def durations_as_seconds @durations_as_seconds end |
#histogram_bucket_overrides ⇒ Object
Returns the value of attribute histogram_bucket_overrides
46 47 48 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 46 def histogram_bucket_overrides @histogram_bucket_overrides end |
#unit_suffix ⇒ Object
Returns the value of attribute unit_suffix
46 47 48 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 46 def unit_suffix @unit_suffix end |