Class: Temporalio::Internal::Bridge::Runtime::OpenTelemetryMetricsOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Runtime::OpenTelemetryMetricsOptions
- Defined in:
- lib/temporalio/internal/bridge/runtime.rb
Instance Attribute Summary collapse
-
#durations_as_seconds ⇒ Object
Returns the value of attribute durations_as_seconds.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#metric_periodicity ⇒ Object
Returns the value of attribute metric_periodicity.
-
#metric_temporality_delta ⇒ Object
Returns the value of attribute metric_temporality_delta.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#durations_as_seconds ⇒ Object
Returns the value of attribute durations_as_seconds
34 35 36 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34 def durations_as_seconds @durations_as_seconds end |
#headers ⇒ Object
Returns the value of attribute headers
34 35 36 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34 def headers @headers end |
#metric_periodicity ⇒ Object
Returns the value of attribute metric_periodicity
34 35 36 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34 def metric_periodicity @metric_periodicity end |
#metric_temporality_delta ⇒ Object
Returns the value of attribute metric_temporality_delta
34 35 36 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34 def metric_temporality_delta @metric_temporality_delta end |
#url ⇒ Object
Returns the value of attribute url
34 35 36 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34 def url @url end |