SeqSettings Properties
Class Properties 5 members
Provides the client configuration settings for connecting telemetry to a Seq server.
Gets or sets a Seq API key that authenticates the client to the Seq server.
public string? ApiKey { get; set; } Gets or sets a boolean value that indicates whether the Seq server health check is disabled or not.
public bool DisableHealthChecks { get; set; } Gets OTLP exporter options for logs.
public OtlpExporterOptions Logs { get; } Gets or sets the base URL of the Seq server (including protocol and port). E.g. "https://example.seq.com:6789. Overrides endpoints set on
Logs and Traces." public string? ServerUrl { get; set; } Gets OTLP exporter options for traces.
public OtlpExporterOptions Traces { get; }