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)
Fixed:
- Switch gunicorn to stdlib subprocess (#18384)
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:
- Update datadog-checks-base dependency version to 32.6.0 (#15604)
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:
- 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)
Added:
- Disable generic tags (#10027)
Changed:
- Remove messages for integrations for OK service checks (#9888)
Added:
- Add runtime configuration validation (#8923)
Fixed:
Fixed:
- Prevent raising an error if the master process no longer exists (#8314)
Added:
- [doc] Add encoding in log config sample (#7708)
Added:
- Upgrade psutil to 5.7.2 (#7395)
Added:
- Add config specs (#7258)
Fixed:
- Update logs config service field to optional (#7209)
- Debug logs for failing to retrieve metadata, also add ability to disa… (#7255)
Added:
- Allow optional dependency installation for all checks (#6589)
Added:
- Upgrade psutil to 5.7.0 (#6243)
Fixed:
Added:
- Use lazy logging format (#5377)
Fixed:
- Bump psutil to 5.6.7 (#5210)
Added:
- Add version metadata (#4968)
Fixed:
Fixed:
- Upgrade psutil dependency to 5.6.3 (#4442)
Fixed:
- Fix mac compatibility (#3853)
Added:
Added:
- Upgrade psutil (#3019)
Added:
- Support Python 3 (#2752)
Added:
- Update psutil (#2576)
Added:
- Upgrade psutil (#2190)
Fixed:
- Gunicorn intergration - fix problem with multiple master processes (#1839) Thanks mrmm.
- Add data files to the wheel package (#1727)
Added:
- add custom tag support.
Fixed:
- tag all the metrics by app name, not only the service check. See [#414]
Added:
- adds gunicorn integration.