Class: Temporalio::Internal::Bridge::Runtime::OpenTelemetryMetricsOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#durations_as_secondsObject

Returns the value of attribute durations_as_seconds

Returns:

  • (Object)

    the current value of durations_as_seconds



34
35
36
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34

def durations_as_seconds
  @durations_as_seconds
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



34
35
36
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34

def headers
  @headers
end

#metric_periodicityObject

Returns the value of attribute metric_periodicity

Returns:

  • (Object)

    the current value of metric_periodicity



34
35
36
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34

def metric_periodicity
  @metric_periodicity
end

#metric_temporality_deltaObject

Returns the value of attribute metric_temporality_delta

Returns:

  • (Object)

    the current value of metric_temporality_delta



34
35
36
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34

def metric_temporality_delta
  @metric_temporality_delta
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



34
35
36
# File 'lib/temporalio/internal/bridge/runtime.rb', line 34

def url
  @url
end