# Packages
No description provided by the author
# Functions
GetHostTags get the host tags, optionally looking in the cache.
GetMeta grabs the metadata from the cache and returns it, if the cache is empty, then it queries the information directly.
GetPayload builds a metadata payload every time is called.
GetPayloadFromCache returns the payload from the cache if it exists, otherwise it creates it.
GetPythonVersion returns the version string as provided by the embedded Python interpreter.
GetStatusInformation just returns an InfoStat object, we need some additional information that's not.
InitHostMetadata initializes necessary CPU info.
# Structs
InstallMethod is metadata about the agent's installation.
LogsMeta is metadata about the host's logs agent.
Meta is the metadata nested under the meta key.
NetworkMeta is metadata about the host's network.
Payload handles the JSON unmarshalling of the metadata payload.
ProxyMeta is metatdata about the proxy configuration.
Tags contains the detected host tags.