Class: Temporalio::Internal::Bridge::Runtime::MetricsOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Runtime::MetricsOptions
- Defined in:
- lib/temporalio/internal/bridge/runtime.rb
Instance Attribute Summary collapse
-
#attach_service_name ⇒ Object
Returns the value of attribute attach_service_name.
-
#buffered_with_size ⇒ Object
Returns the value of attribute buffered_with_size.
-
#global_tags ⇒ Object
Returns the value of attribute global_tags.
-
#metric_prefix ⇒ Object
Returns the value of attribute metric_prefix.
-
#opentelemetry ⇒ Object
Returns the value of attribute opentelemetry.
-
#prometheus ⇒ Object
Returns the value of attribute prometheus.
Instance Attribute Details
#attach_service_name ⇒ Object
Returns the value of attribute attach_service_name
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def attach_service_name @attach_service_name end |
#buffered_with_size ⇒ Object
Returns the value of attribute buffered_with_size
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def buffered_with_size @buffered_with_size end |
#global_tags ⇒ Object
Returns the value of attribute global_tags
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def @global_tags end |
#metric_prefix ⇒ Object
Returns the value of attribute metric_prefix
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def metric_prefix @metric_prefix end |
#opentelemetry ⇒ Object
Returns the value of attribute opentelemetry
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def opentelemetry @opentelemetry end |
#prometheus ⇒ Object
Returns the value of attribute prometheus
24 25 26 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24 def prometheus @prometheus end |