Documentation ¶ Index ¶ type Config func NewConfig() *Config type Tracker func NewTracker(instrumenter *metrics.Metrics, c *config.Config, tc *Config) *Tracker func (t *Tracker) Announce() func (t *Tracker) Collect() func (t *Tracker) Send(event string, props map[string]interface{}) func (t *Tracker) Shutdown() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Token string Endpoint string } func NewConfig ¶ func NewConfig() *Config type Tracker ¶ type Tracker struct { // contains filtered or unexported fields } func NewTracker ¶ func NewTracker(instrumenter *metrics.Metrics, c *config.Config, tc *Config) *Tracker func (*Tracker) Announce ¶ func (t *Tracker) Announce() func (*Tracker) Collect ¶ func (t *Tracker) Collect() func (*Tracker) Send ¶ func (t *Tracker) Send(event string, props map[string]interface{}) func (*Tracker) Shutdown ¶ func (t *Tracker) Shutdown() error Source Files ¶ View all Source files config.gotelemetry.go Click to show internal directories. Click to hide internal directories.