Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRegisteredMetricSyncers ¶
func GetRegisteredMetricSyncers() map[string]SyncerInitFunc
func RegisterMetricSyncInitializers ¶
func RegisterMetricSyncInitializers(plugin string, f SyncerInitFunc)
Types ¶
type CustomMetricSyncer ¶
CustomMetricSyncer is used as a common implementation for custom-metrics emitter
type SyncerInitFunc ¶
type SyncerInitFunc func(conf *config.Configuration, extraConf interface{}, metricEmitter metrics.MetricEmitter, emitterPool metricspool.MetricsEmitterPool, metaServer *metaserver.MetaServer, metaReader metacache.MetaReader) (CustomMetricSyncer, error)
Click to show internal directories.
Click to hide internal directories.