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
Endpoint
public string Endpoint { get; set; }
Property Value
Headers
public Dictionary<string, string>? Headers { get; init; }
Property Value
Name
public string Name { get; set; }
Property Value
Type
public ExporterType Type { get; set; }