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



12
13
14
# File 'lib/temporalio/internal/bridge/runtime.rb', line 12

def logging
  @logging
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



12
13
14
# File 'lib/temporalio/internal/bridge/runtime.rb', line 12

def metrics
  @metrics
end