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 for python 3.12 support (#18491)
Added:
- Revert "Bump psutil version to 5.9.7 (#16547)" (#17112)
Added:
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Fixed:
- Moves noisy warn logs to debug level (#16452)
Changed:
- Bump the minimum base check version (#15427)
Added:
- Update generated config models (#15212)
Fixed:
- Fix types for generated config models (#15334)
Added:
- Add percentage-based utilization metrics (#15138)
Fixed:
Added:
Added:
- Allow device-specific tags for all device-specific metrics (#13233)
Fixed:
- Dependency updates (#12653)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Fixed:
- Support newer versions of
click
(#11746)
Added:
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Fixed:
- Fix use_mount required field (#10657)
Added:
- Add runtime configuration validation (#8905)
Fixed:
- Fix
tag_by_label
when used together withuse_mount
(#10418)
Added:
- Add option to use
lsblk
command for labeling (#9827)
Added:
- Log something if a disk is excluded (#8829)
Added:
- Report read_time and write_time as a count of millis (#7323)
Fixed:
- Rename config spec example consumer option
default
todisplay_default
(#8593) - Bump minimum base package version (#8443)
Fixed:
- Fix example config for
create_mounts
(#8480)
Added:
Fixed:
- Correct default template usage (#8233)
Changed:
- Rename whitelist/blacklist to include/exclude (#7627)
Changed:
- Ignore
/proc/sys/fs/binfmt_misc
by default (#7650)
Added:
- Add options for global exclusion patterns (#7648)
Added:
- [disk] Add
include_all_devices
option and improve error logs (#7378) - Upgrade psutil to 5.7.2 (#7395)
Fixed:
- Upgrade isort (#7539)
Fixed:
- Rename disk check example config back to .default suffix (#6880)
Added:
- Add disk timeout configuration option (#6826)
Fixed:
- Rename disk check example config back to .default suffix (#6880)
Added:
- Allow optional dependency installation for all checks (#6589)
- Add config spec (#6553)
- Add device_name tag (#6332)
Added:
- Upgrade psutil to 5.7.0 (#6243)
Added:
- Read udev disk labels from the blkid cache file (#5515)
Added:
Fixed:
- Bump psutil to 5.6.7 (#5210)
Fixed:
- Upgrade psutil dependency to 5.6.5 (#5059)
Fixed:
- Upgrade psutil dependency to 5.6.3 (#4442)
Added:
Added:
- Remove legacy code (#4103)
Added:
- Add disk label (#3953)
Added:
Added:
- Upgrade psutil (#3019)
Fixed:
- Use
device
tag instead of the deprecateddevice_name
parameter (#2946) Thanks aerostitch.
Fixed:
- Fix regression on agent 5 only (#2848)
Changed:
- Removed deprecated agentConfig option locations (#2488)
Added:
- Update psutil (#2576)
- Add new filtering options, continue deprecations (#2483)
- Support Python 3 (#2468)
Fixed:
- Use raw string literals when \ is present (#2465)
Added:
- Upgrade psutil (#2190)
Added:
- Adding optional service_check_rw parameter to check for read-only filesystem (#2086) Thanks bberezov.
Fixed:
- Add data files to the wheel package (#1727)
Added:
- Adds custom tag support
Added:
- Adds additional device/mount tagging based on regex
- Allows disk latency metrics to be collected for non-Windows (#1018)
Fixed:
- Skip now works with NFS secure mounts too (#470)
Fixed:
- Import
Platform
helper fromutils.platform
instead of deprecatedutil
(#484com//issues/484)
Added:
- adds disk integration.