Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateExporterFromConfigMap ¶
func UpdateExporterFromConfigMap(domain string, component string, logger *zap.SugaredLogger) func(configMap *corev1.ConfigMap)
UpdateExporterFromConfigMap returns a helper func that can be used to update the exporter when a config map is updated
Types ¶
type MetricsBackend ¶
type MetricsBackend string
const ( // The metrics backend is stackdriver Stackdriver MetricsBackend = "stackdriver" // The metrics backend is prometheus Prometheus MetricsBackend = "prometheus" )
Click to show internal directories.
Click to hide internal directories.