Class: Hatchet::OpenTelemetryConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/hatchet/config.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOpenTelemetryConfig

Returns a new instance of OpenTelemetryConfig.

Parameters:

  • excluded_attributes: (Array[String])


80
# File 'sig/hatchet/config.rbs', line 80

def initialize: (?excluded_attributes: Array[String]) -> void

Instance Attribute Details

#excluded_attributesArray[String]

Returns the value of attribute excluded_attributes.

Returns:

  • (Array[String])


78
79
80
# File 'sig/hatchet/config.rbs', line 78

def excluded_attributes
  @excluded_attributes
end