Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Webhook interface + Register func(router *mux.Router, acc telegraf.Accumulator, log telegraf.Logger) + type Webhooks struct + Artifactory *artifactory.Webhook + Filestack *filestack.Webhook + Github *github.Webhook + Log telegraf.Logger + Mandrill *mandrill.Webhook + Papertrail *papertrail.Webhook + Particle *particle.Webhook + ReadTimeout config.Duration + Rollbar *rollbar.Webhook + ServiceAddress string + WriteTimeout config.Duration + func (*Webhooks) Gather(telegraf.Accumulator) error + func (*Webhooks) SampleConfig() string + func (wb *Webhooks) Start(acc telegraf.Accumulator) error + func (wb *Webhooks) Stop()