Skip to content
Docs Try Aspire

SeqSettings Properties

Class Properties 5 members
Provides the client configuration settings for connecting telemetry to a Seq server.
ApiKey Section titled ApiKey nullable string?
Gets or sets a Seq API key that authenticates the client to the Seq server.
public string? ApiKey { get; set; }
DisableHealthChecks Section titled DisableHealthChecks bool
Gets or sets a boolean value that indicates whether the Seq server health check is disabled or not.
public bool DisableHealthChecks { get; set; }
Logs Section titled Logs OtlpExporterOptions
Gets OTLP exporter options for logs.
public OtlpExporterOptions Logs { get; }
ServerUrl Section titled ServerUrl nullable string?
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; }
Traces Section titled Traces OtlpExporterOptions
Gets OTLP exporter options for traces.
public OtlpExporterOptions Traces { get; }