Class: Temporalio::Internal::Bridge::Runtime::PrometheusMetricsOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#bind_addressObject

Returns the value of attribute bind_address

Returns:

  • (Object)

    the current value of bind_address



43
44
45
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43

def bind_address
  @bind_address
end

#counters_total_suffixObject

Returns the value of attribute counters_total_suffix

Returns:

  • (Object)

    the current value of counters_total_suffix



43
44
45
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43

def counters_total_suffix
  @counters_total_suffix
end

#durations_as_secondsObject

Returns the value of attribute durations_as_seconds

Returns:

  • (Object)

    the current value of durations_as_seconds



43
44
45
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43

def durations_as_seconds
  @durations_as_seconds
end

#unit_suffixObject

Returns the value of attribute unit_suffix

Returns:

  • (Object)

    the current value of unit_suffix



43
44
45
# File 'lib/temporalio/internal/bridge/runtime.rb', line 43

def unit_suffix
  @unit_suffix
end