Class TelemetryOptions
- Namespace
- Temporalio.Runtime
- Assembly
- Temporalio.dll
Telemetry options for a runtime.
public class TelemetryOptions : ICloneable
- Inheritance
-
TelemetryOptions
- Implements
- Inherited Members
Properties
Logging
Gets or sets the logging options.
public LoggingOptions? Logging { get; set; }
Property Value
Metrics
Gets or sets the metrics options.
public MetricsOptions? Metrics { 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.