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)
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)
Added:
- Add
pyproject.toml
file (#11421)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Bump minimum base package version (#8443)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
Added:
- Adhere to code style (#3560)
Fixed:
- Fix type override values in example config (#3717)
Added:
- Support Python 3 (#3048)
Fixed:
- Added crucial words to make sentence clearer (#2811) Thanks someword.
- Change the prometheus example to use prometheus_url (#2790) Thanks someword.
Changed:
- Change default prometheus metric limit to 2000 (#2248)
Fixed:
- Temporarily increase the limit of prometheus metrics sent for 6.5 (#2214)
Changed:
- Bump prometheus client library to 0.3.0 (#1866)
Added:
- Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default (#2093)
- Make HTTP request timeout configurable in prometheus checks (#1790)
Fixed:
Added:
- adds prometheus integration.