Share via


SeqSettings Class

Definition

Provides the client configuration settings for connecting telemetry to a Seq server.

public sealed class SeqSettings
type SeqSettings = class
Public NotInheritable Class SeqSettings
Inheritance
SeqSettings

Constructors

SeqSettings()

Properties

ApiKey

Gets or sets a Seq API key that authenticates the client to the Seq server.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Seq server health check is disabled or not.

Logs

Gets OTLP exporter options for logs.

ServerUrl

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."

Traces

Gets OTLP exporter options for traces.

Applies to