Table of Contents

Class TelemetryOptions

Namespace
Orleans.GpuBridge.Abstractions
Assembly
Orleans.GpuBridge.Abstractions.dll

Telemetry configuration options

public sealed class TelemetryOptions
Inheritance
TelemetryOptions
Inherited Members

Properties

EnableMetrics

Enable metrics collection

public bool EnableMetrics { get; set; }

Property Value

bool

EnableTracing

Enable distributed tracing

public bool EnableTracing { get; set; }

Property Value

bool

SamplingRate

Sampling rate for traces (0.0 to 1.0)

public double SamplingRate { get; set; }

Property Value

double