You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[datadog_checks_base] Add include_total option for Windows perf-counter framework (#23530)
* [datadog_checks_base] Add include_total option for Windows perf-counter framework
Add a per-performance-object include_total option (default false) to the
Windows perf-counter framework. When set to true, the _Total aggregate
instance is no longer excluded by default and can be collected.
The previous behaviour (always exclude _Total) is preserved, so this is
strictly opt-in and backwards-compatible.
* Rename changelog stub to PR number
* Fix CI: changelog, formatting, regenerated spec models
- Add datadog_checks_dev changelog entry for the perf_counters template change
- Reformat counter.py and test_filter.py per ruff 0.11.10
- Regenerate config_models/instance.py and data/conf.yaml.example for the
7 integrations using the perf_counters template (active_directory,
aspdotnet, dotnetclr, exchange_server, hyperv, iis,
windows_performance_counters) so that include_total is exposed.
* Add per-integration changelog entries for include_total exposure
Add a per-performance-object `include_total` option (default `false`) to the Windows perf-counter framework. When set to `true`, the `_Total` aggregate instance is collected instead of being excluded by default.
0 commit comments