Versions in this module Expand all Collapse all v0 v0.6.0 Aug 2, 2018 Changes in this version + type AWSEC2Instance struct + AWSAccount string + InstanceID string + Region string + func (aws *AWSEC2Instance) MonitoredResource() (resType string, labels map[string]string) + type GCEInstance struct + InstanceID string + ProjectID string + Zone string + func (gce *GCEInstance) MonitoredResource() (resType string, labels map[string]string) + type GKEContainer struct + ClusterName string + ContainerName string + InstanceID string + NamespaceID string + PodID string + ProjectID string + Zone string + func (gke *GKEContainer) MonitoredResource() (resType string, labels map[string]string) + type Interface interface + MonitoredResource func() (resType string, labels map[string]string) + func Autodetect() Interface