Versions in this module Expand all Collapse all v1 v1.2.3 Nov 28, 2019 Changes in this version + type Bridge struct + func NewBridge(c *Config) (*Bridge, error) + func (b *Bridge) Push() error + func (b *Bridge) Run(ctx context.Context) + type Config struct + ErrorHandling HandlerErrorHandling + Gatherer prometheus.Gatherer + Interval time.Duration + Logger Logger + Prefix string + Timeout time.Duration + URL string + UseTags bool + type HandlerErrorHandling int + const AbortOnError + const ContinueOnError + type Logger interface + Println func(v ...interface{})