Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelemetryConfig ¶
type TelemetryConfig struct { Enabled bool `json:"enabled"` SegmentMasterKey string `json:"segment_master_key"` OtelEnabled bool `json:"otel_enabled"` OtelExportedOtlpEndpoint string `json:"otel_endpoint"` SegmentWebUIKey string `json:"segment_webui_key"` ClusterID string `json:"cluster_id"` }
TelemetryConfig is the configuration for telemetry.
Click to show internal directories.
Click to hide internal directories.