Table of Contents

Class ExporterConfiguration

Namespace
DotCompute.Backends.Metal.Telemetry
Assembly
DotCompute.Backends.Metal.dll

Exporter configuration

public sealed class ExporterConfiguration
Inheritance
ExporterConfiguration
Inherited Members

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

Endpoint

public string Endpoint { get; set; }

Property Value

string

Headers

public Dictionary<string, string>? Headers { get; init; }

Property Value

Dictionary<string, string>

Name

public string Name { get; set; }

Property Value

string

Type

public ExporterType Type { get; set; }

Property Value

ExporterType