Class: Temporalio::Internal::Bridge::Runtime::TelemetryOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/runtime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggingObject

Returns the value of attribute logging

Returns:

  • (Object)

    the current value of logging



14
15
16
# File 'lib/temporalio/internal/bridge/runtime.rb', line 14

def logging
  @logging
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



14
15
16
# File 'lib/temporalio/internal/bridge/runtime.rb', line 14

def metrics
  @metrics
end