Documentation
¶
Overview ¶
Package inventoryhostimpl implements a component to generate the 'host_metadata' metadata payload for inventory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct {
Hostname string `json:"hostname"`
Timestamp int64 `json:"timestamp"`
Metadata *hostMetadata `json:"host_metadata"`
UUID string `json:"uuid"`
}
Payload handles the JSON unmarshalling of the metadata payload
func (*Payload) MarshalJSON ¶
MarshalJSON serialization a Payload to JSON
type Provides ¶
type Provides struct {
Comp inventoryhost.Component
Provider runnerdef.Provider
FlareProvider flaretypes.Provider
Endpoint api.AgentEndpointProvider
}
Provides defines the output of the inventoryhost component
func NewComponent ¶
NewComponent creates a new inventoryhost component
type Requires ¶
type Requires struct {
Log log.Component
Config config.Component
Serializer serializer.MetricSerializer
Hostname hostnameinterface.Component
}
Requires defines the dependencies for the inventoryhost component
Click to show internal directories.
Click to hide internal directories.