Skip to content
DocsTry Aspire
DocsTry

SeqSettings Properties

ClassProperties5 members
Provides the client configuration settings for connecting telemetry to a Seq server.
ApiKeySection titled ApiKeynullablestring?
Gets or sets a Seq API key that authenticates the client to the Seq server.
public string? ApiKey { get; set; }
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the Seq server health check is disabled or not.
public bool DisableHealthChecks { get; set; }
LogsSection titled LogsOtlpExporterOptions
Gets OTLP exporter options for logs.
public OtlpExporterOptions Logs { get; }
ServerUrlSection titled ServerUrlnullablestring?
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; }
TracesSection titled TracesOtlpExporterOptions
Gets OTLP exporter options for traces.
public OtlpExporterOptions Traces { get; }