SeqSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Traces |
Gets OTLP exporter options for traces. |