Class TelemetryOptions
Telemetry options for a runtime.
Namespace: Temporalio.Runtime
Assembly: Temporalio.dll
Syntax
public class TelemetryOptions : ICloneable
Properties
Logging
Gets or sets the logging options.
Declaration
public LoggingOptions Logging { get; set; }
Property Value
Type | Description |
---|---|
LoggingOptions |
Metrics
Gets or sets the metrics options.
Declaration
public MetricsOptions Metrics { get; set; }
Property Value
Type | Description |
---|---|
MetricsOptions |
Tracing
Gets or sets the tracing options.
Declaration
public TracingOptions Tracing { get; set; }
Property Value
Type | Description |
---|---|
TracingOptions |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |