Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The monitor instance id MonitorIDMeta = "signalfx-monitor-id" // The monitor type that generated the datapoint MonitorTypeMeta = "signalfx-monitor-type" // The endpoint id related to this datapoint, if any EndpointIDMeta = "signalfx-endpoint-id" // A hash of the configuration struct instance for the monitor instance // that generated the datapoint. ConfigHashMeta = "sfx-config-hash" // Should be set to true if the datapoint is not specific to the particular // host that collectd is running on (e.g. cluster wide metrics in a k8s // cluster). NotHostSpecificMeta = "sfx-not-host-specific" )
constants for standard datapoint Meta fields that the agent uses
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.