Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type IntelPowerstat struct — darwin/amd64, js/wasm, windows/amd64 + Log telegraf.Logger + func (*IntelPowerstat) Gather(_ telegraf.Accumulator) error + func (*IntelPowerstat) SampleConfig() string + func (i *IntelPowerstat) Init() error + type PowerStat struct — linux/amd64 + CPUMetrics []cpuMetricType + EventDefinitions string + ExcludedCPUs []string + IncludedCPUs []string + Log telegraf.Logger + MsrReadTimeout config.Duration + PackageMetrics []packageMetricType + func (*PowerStat) SampleConfig() string + func (p *PowerStat) Gather(acc telegraf.Accumulator) error + func (p *PowerStat) Init() error + func (p *PowerStat) Start(_ telegraf.Accumulator) error + func (p *PowerStat) Stop()