Documentation ¶
Overview ¶
Package names defines the name of each config provider ("container", "cluster-checks", "file", etc.).
Index ¶
Constants ¶
View Source
const ( Consul = "consul" Container = "container" CloudFoundryBBS = "cloudfoundry-bbs" ClusterChecks = "cluster-checks" EndpointsChecks = "endpoints-checks" Etcd = "etcd" File = "file" KubeContainer = "kubernetes-container-allinone" Kubernetes = "kubernetes" KubeServices = "kubernetes-services" KubeServicesFile = "kubernetes-services-file" KubeEndpoints = "kubernetes-endpoints" KubeEndpointsFile = "kubernetes-endpoints-file" PrometheusPods = "prometheus-pods" PrometheusServices = "prometheus-services" RemoteConfig = "remote-config" SNMP = "snmp" Zookeeper = "zookeeper" )
User-facing names for the config providers
View Source
const ( ConsulRegisterName = "consul" ClusterChecksRegisterName = "clusterchecks" EndpointsChecksRegisterName = "endpointschecks" EtcdRegisterName = "etcd" KubeletRegisterName = "kubelet" KubeContainerRegisterName = "kubernetes-container-allinone" KubeServicesRegisterName = "kube_services" KubeServicesFileRegisterName = "kube_services_file" KubeEndpointsRegisterName = "kube_endpoints" KubeEndpointsFileRegisterName = "kube_endpoints_file" PrometheusPodsRegisterName = "prometheus_pods" PrometheusServicesRegisterName = "prometheus_services" RemoteConfigRegisterName = "remote_config" ZookeeperRegisterName = "zookeeper" )
Internal Autodiscovery names for the config providers Some of these names are different from the user-facing names And they're kept unchanged for backward compatibility as they could be hardcoded in the agent config.
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.