SeqSettings
Class sealed net10.0
Provides the client configuration settings for connecting telemetry to a Seq server.
namespace Aspire.Seq;
public sealed class SeqSettings{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesApiKeyget; setstring? Gets or sets a Seq API key that authenticates the client to the Seq server.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Seq server health check is disabled or not.
LogsgetOtlpExporterOptions Gets OTLP exporter options for logs.
ServerUrlget; setstring? 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." TracesgetOtlpExporterOptions Gets OTLP exporter options for traces.