Table of Contents

Class TelemetryPerformanceMetrics

Namespace
DotCompute.Core.Telemetry
Assembly
DotCompute.Core.dll

Performance metrics for telemetry operations.

public sealed class TelemetryPerformanceMetrics
Inheritance
TelemetryPerformanceMetrics
Inherited Members

Properties

ActiveMetrics

Gets or sets the active metrics.

public int ActiveMetrics { get; init; }

Property Value

int

The active metrics.

BackendType

Gets or sets the backend type.

public string BackendType { get; init; }

Property Value

string

The backend type.

EventQueueSize

Gets or sets the event queue size.

public int EventQueueSize { get; init; }

Property Value

int

The event queue size.

OverheadPercentage

Gets or sets the overhead percentage.

public double OverheadPercentage { get; init; }

Property Value

double

The overhead percentage.

OverheadTicks

Gets or sets the overhead ticks.

public long OverheadTicks { get; init; }

Property Value

long

The overhead ticks.

TotalErrors

Gets or sets the total errors.

public long TotalErrors { get; init; }

Property Value

long

The total errors.

TotalOperations

Gets or sets the total operations.

public long TotalOperations { get; init; }

Property Value

long

The total operations.