Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type Data struct { // Name of the agent. AgentName string // Version of the Agent. AgentVersion string // Architecture of the Agent. AgentArch string // OS name. OS string // The name the OS uses to fully describe itself. LongName string // OS name in short form (aka distro name). ShortName string // Version of the OS. Version string // Kernel Release. KernelRelease string // Kernel Version. KernelVersion string }
Data is telemetry data on the current agent and OS.
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Job implements job scheduler interface for recording telemetry.
func New ¶
func New(client metadata.MDSClientInterface, programName, agentVersion string) *Job
New initializes a new TelemetryJob.
Click to show internal directories.
Click to hide internal directories.