Removed:
- Remove support for Python 2. (#18580)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Changed:
- Bump minimum version of base check (#18733)
Added:
- Bump the python version from 3.11 to 3.12 (#18212)
- Upgrade psutil to 6.0.0 to fix performance issues addressed (#18688)
Added:
- Bump
psutil
version to 5.9.6 (#18491)
Added:
- Add
use_oneshot
parameter to speed up check runs withpsutil.Process().oneshot()
(#17817)
Added:
- Revert "Bump psutil version to 5.9.7 (#16547)" (#17112)
Added:
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Changed:
- Bump the minimum base check version (#15427)
Added:
- Update generated config models (#15212)
Fixed:
- Fix types for generated config models (#15334)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Fixed:
- Change log level to debug (#13080) Thanks rsafonseca.
Fixed:
- Dependency updates (#12653)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Added:
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Fixed:
- Lower warning to debug level (#10414)
Added:
- Disable generic tags (#10027)
Fixed:
- Update logic to run sudo for
num_fds
(#10109)
Changed:
- Remove messages for integrations for OK service checks (#9888)
Added:
- Add runtime configuration validation (#8974)
Fixed:
- Rename config spec example consumer option
default
todisplay_default
(#8593) - Bump minimum base package version (#8443)
Fixed:
- Clear process cache if cached PIDs not found (#8414) Thanks gingerlime.
Added:
- Clear stale PIDs from cache (#8263) Thanks gingerlime.
Added:
- Upgrade psutil to 5.7.2 (#7395)
Fixed:
Fixed:
- Fix NoSuchProcess log message level (#7045)
Added:
- Config specs and new agent signature (#6781)
Added:
- Allow optional dependency installation for all checks (#6589)
Added:
- Upgrade psutil to 5.7.0 (#6243)
Fixed:
- Update deprecated imports (#6088)
Added:
- Improve check performance (#5920)
Fixed:
- Fix debug logging (#5460)
Added:
Fixed:
- Uncomment required config: search_string (#5359)
Fixed:
- Add debug logging when processes are not found (#5313)
Fixed:
- Bump psutil to 5.6.7 (#5210)
Fixed:
- Upgrade psutil dependency to 5.6.5 (#5059)
Fixed:
Added:
- Upgrade psutil dependency to 5.6.2 (#3684)
Added:
- Adhere to code style (#3559)
Fixed:
- Do not return prematurely when calling
memory_info
on windows and solaris (#3618)
Added:
Added:
- Support Python 3 (#2812)
Added:
- Update psutil (#2576)
Added:
- Upgrade psutil (#2190)
Added:
- Added regex support to process check when exact_match is False. (#2055) Thanks asandeep.
- [Add] Add cpu.normalized_pct metric (#1729)
Fixed:
- Add data files to the wheel package (#1727)
Added:
Added:
Added:
Fixed:
- Make process validation case-insensitve on Windows See #479
Added:
- Add option to collect metrics for children of matched processes (#425com//issues/425)
Fixed:
- Handle the case where the pidfile doesn't exist (#349com//issues/349)
Added:
- adds process integration.