Added:
- Add
tls_ciphers
param to integration (#19334)
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)
Fixed:
- Bump the
pymysql
version to 1.1.1 on Python 3 (#17696)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Fixed:
- Bump the
pymysql
version to 1.1.0 on Python 3 (#16042)
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)
Changed:
- Use stats database for proxysql backends count (#12555) Thanks aymeric-ledizes.
Fixed:
- Pin
pymysql
to0.10.1
(#12612)
Added:
- Add
backends.count
metric (#11812) Thanks aymeric-ledizes.
Added:
- Upgrade dependencies (#11726)
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Added:
- Add
pyproject.toml
file (#11422)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Add pool.latency_us and correct unit for pool.latency_ms (#10335)
Added:
- Disable generic tags (#10027)
Added:
- Add runtime configuration validation (#8975)
- Support
SHUNNED_REPLICATION_LAG
status forproxysql.backend.status
service check (#9738)
Fixed:
- Bump minimum base package version (#8443)
Changed:
- Update ProxySQL check to use TLS context wrapper (#8243)
Added:
- Add version verification for datadog-checks-base (#8255)
Changed:
- QueryManager - Prevent queries leaking between check instances (#7750)
Fixed:
- Fix config typo (#7843)
Fixed:
- Fix style for the latest release of Black (#7438)
Fixed:
- Revert/Remove unnecessary
database_name
config (#7049)
Added:
Added:
- Allow optional dependency installation for all checks (#6589)
Added:
- New Integration ProxySQL (#6144)