Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type PubSubPush struct + AddMeta bool + Log telegraf.Logger + MaxBodySize config.Size + MaxUndeliveredMessages int + Path string + ReadTimeout config.Duration + ServiceAddress string + Token string + WriteTimeout config.Duration + func (*PubSubPush) Gather(telegraf.Accumulator) error + func (*PubSubPush) SampleConfig() string + func (p *PubSubPush) ServeHTTP(res http.ResponseWriter, req *http.Request) + func (p *PubSubPush) SetParser(parser telegraf.Parser) + func (p *PubSubPush) Start(acc telegraf.Accumulator) error + func (p *PubSubPush) Stop()