Table of Contents

Class Telemetry

Namespace
DotCompute.Abstractions.Interfaces.Telemetry
Assembly
DotCompute.Abstractions.dll

Static helper for accessing the global telemetry provider.

public static class Telemetry
Inheritance
Telemetry
Inherited Members

Properties

Provider

Gets or sets the global telemetry provider.

public static ITelemetryProvider Provider { get; set; }

Property Value

ITelemetryProvider

Methods

Initialize(TelemetryOptions)

Initializes the telemetry system with the specified configuration. The abstractions project ships with a null provider; hosts that reference DotCompute.Core should set Provider explicitly to a concrete implementation such as UnifiedTelemetryProvider.

public static void Initialize(TelemetryOptions configuration)

Parameters

configuration TelemetryOptions