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