Versions in this module Expand all Collapse all v1 v1.5.1 Apr 23, 2018 Changes in this version + type Config struct + AccumulatorAddr string + AppInfoCacheTTL time.Duration + CAPIAddr string + ClientID string + ClientSecret string + DatadogAPIKey string + ReportInterval time.Duration + ReportLimit int + ReporterHost string + SkipCertVerify bool + TLSConfig *tls.Config + UAAAddr string + func LoadConfig() Config + type Reporter struct + func NewReporter(cfg Config) *Reporter + func (r *Reporter) Run()