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. TODO: UnifiedTelemetryProvider should be implemented in DotCompute.Core

public static void Initialize(TelemetryOptions configuration)

Parameters

configuration TelemetryOptions