Class: Temporalio::Internal::Bridge::Runtime::MetricsOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#attach_service_nameObject

Returns the value of attribute attach_service_name

Returns:

  • (Object)

    the current value of 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_sizeObject

Returns the value of attribute buffered_with_size

Returns:

  • (Object)

    the current value of buffered_with_size



24
25
26
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24

def buffered_with_size
  @buffered_with_size
end

#global_tagsObject

Returns the value of attribute global_tags

Returns:

  • (Object)

    the current value of global_tags



24
25
26
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24

def global_tags
  @global_tags
end

#metric_prefixObject

Returns the value of attribute metric_prefix

Returns:

  • (Object)

    the current value of metric_prefix



24
25
26
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24

def metric_prefix
  @metric_prefix
end

#opentelemetryObject

Returns the value of attribute opentelemetry

Returns:

  • (Object)

    the current value of opentelemetry



24
25
26
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24

def opentelemetry
  @opentelemetry
end

#prometheusObject

Returns the value of attribute prometheus

Returns:

  • (Object)

    the current value of prometheus



24
25
26
# File 'lib/temporalio/internal/bridge/runtime.rb', line 24

def prometheus
  @prometheus
end