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.
-
#unit_suffix ⇒ Object
Returns the value of attribute unit_suffix.
Instance Attribute Details
#bind_address ⇒ Object
Returns the value of attribute bind_address
43 44 45 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43 def bind_address @bind_address end |
#counters_total_suffix ⇒ Object
Returns the value of attribute counters_total_suffix
43 44 45 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43 def counters_total_suffix @counters_total_suffix end |
#durations_as_seconds ⇒ Object
Returns the value of attribute durations_as_seconds
43 44 45 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43 def durations_as_seconds @durations_as_seconds end |
#unit_suffix ⇒ Object
Returns the value of attribute unit_suffix
43 44 45 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43 def unit_suffix @unit_suffix end |