Documentation
¶
Overview ¶
Package telemetry provides telemetry functionality for the ToolHive operator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeaderTelemetryRunnable ¶
type LeaderTelemetryRunnable struct {
TelemetryService *Service
}
LeaderTelemetryRunnable runs telemetry checks only when this instance is the leader
func (*LeaderTelemetryRunnable) NeedsLeaderElection ¶
func (*LeaderTelemetryRunnable) NeedsLeaderElection() bool
NeedsLeaderElection indicates whether this runnable needs leader election
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles telemetry operations for the operator
func NewService ¶
NewService creates a new Service instance
func (*Service) CheckForUpdates ¶
CheckForUpdates checks for updates and sends telemetry data
func (*Service) StartTelemetryWorker ¶
StartTelemetryWorker starts a background worker that periodically checks for updates This should only be called by the leader
Click to show internal directories.
Click to hide internal directories.