Class TracingOptions
- Namespace
- Temporalio.Runtime
- Assembly
- Temporalio.dll
Tracing options for a runtime.
public class TracingOptions : ICloneable
- Inheritance
-
TracingOptions
- Implements
- Inherited Members
Constructors
TracingOptions()
Initializes a new instance of the TracingOptions class.
public TracingOptions()
TracingOptions(TelemetryFilterOptions, OpenTelemetryOptions)
Initializes a new instance of the TracingOptions class.
public TracingOptions(TelemetryFilterOptions filter, OpenTelemetryOptions openTelemetry)
Parameters
filter
TelemetryFilterOptionsopenTelemetry
OpenTelemetryOptions
Properties
Filter
Gets or sets the tracing filter options.
public TelemetryFilterOptions Filter { get; set; }
Property Value
OpenTelemetry
Gets or sets the tracing OpenTelemetry collector options.
public OpenTelemetryOptions OpenTelemetry { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options and any transitive options fields.