Class: Temporalio::Internal::Bridge::Runtime::TelemetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Runtime::TelemetryOptions
- Defined in:
- lib/temporalio/internal/bridge/runtime.rb
Instance Attribute Summary collapse
-
#logging ⇒ Object
Returns the value of attribute logging.
-
#metrics ⇒ Object
Returns the value of attribute metrics.
Instance Attribute Details
#logging ⇒ Object
Returns the value of attribute logging
12 13 14 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 12 def logging @logging end |
#metrics ⇒ Object
Returns the value of attribute metrics
12 13 14 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 12 def metrics @metrics end |