Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type AnyResolver interface + LookupAddr func(ctx context.Context, addr string) (names []string, err error) + type ReverseDNS struct + CacheTTL config.Duration + Log telegraf.Logger + LookupTimeout config.Duration + Lookups []lookupEntry + MaxParallelLookups int + Ordered bool + func (*ReverseDNS) SampleConfig() string + func (r *ReverseDNS) Add(metric telegraf.Metric, _ telegraf.Accumulator) error + func (r *ReverseDNS) Start(acc telegraf.Accumulator) error + func (r *ReverseDNS) Stop()