Class: Hatchet::OpenTelemetryConfig
- Inherits:
-
Object
- Object
- Hatchet::OpenTelemetryConfig
- Defined in:
- sig/hatchet/config.rbs
Instance Attribute Summary collapse
-
#excluded_attributes ⇒ Array[String]
Returns the value of attribute excluded_attributes.
Instance Method Summary collapse
-
#initialize ⇒ OpenTelemetryConfig
constructor
A new instance of OpenTelemetryConfig.
Constructor Details
#initialize ⇒ OpenTelemetryConfig
Returns a new instance of OpenTelemetryConfig.
80 |
# File 'sig/hatchet/config.rbs', line 80
def initialize: (?excluded_attributes: Array[String]) -> void
|
Instance Attribute Details
#excluded_attributes ⇒ Array[String]
Returns the value of attribute excluded_attributes.
78 79 80 |
# File 'sig/hatchet/config.rbs', line 78 def excluded_attributes @excluded_attributes end |