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:
- Fix prometheus entry (#17878)
Fixed:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Update the configuration file to include the new oauth options parameter (#16835)
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)
Changed:
- Drop support for etcd < v3.4 (#14698)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Changed:
Fixed:
- Add DEFAULT_METRIC_LIMIT for OpenMetrics-based checks (#14527)
Added:
Added:
- Support dynamic bearer tokens (Bound Service Account Token Volume) (#11915)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Fixed:
- Remove outdated warning in the description for the
tls_ignore_warning
option (#11591)
Changed:
- Add tls_protocols_allowed option documentation (#11251)
Added:
- Add
pyproject.toml
file (#11347)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Fix license header dates in autogenerated files (#11187)
Fixed:
- Fix the type of
bearer_token_auth
(#11144)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
Fixed:
Added:
- Add runtime configuration validation (#8913)
- Fix auto-discovery for latest versions on Kubernetes (#9578)
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
Fixed:
- Bump base package dependency (#10218)
- Fix the description of the
allow_redirects
HTTP option (#10195)
Fixed:
- etcd signature (#9551)
Added:
- Support "ignore_tags" configuration (#9392)
Fixed:
- Update prometheus_metrics_prefix documentation (#8236)
Added:
- Sync openmetrics config specs with new option ignore_metrics_by_labels (#7823)
- Add config specs (#7850)
Added:
- Add support for etcd logs (#7431)
Fixed:
- Update ntlm_domain example (#7118)
Added:
- Add note about warning concurrency (#6967)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Update auto_conf yaml to default to preview (#5661)
Added:
- Use lazy logging format (#5377)
Added:
Fixed:
- Add ssl config options necessary for Openmetrics base (#4951)
Fixed:
- Set use_preview to True in init as well (#4792)
Changed:
- Etcd uses V3 preview by default (#4656)
Added:
- Add option to override KRB5CCNAME env var (#4578)
Added:
- Add requests wrapper to etcd (#4323)
Added:
- Adhere to code style (#3505)
Added:
- Make
is_leader
tag optional (#3114)
Fixed:
- Use alpha grpc gateway endpoint (#3125)
Fixed:
Added:
- Add support for ETCD v3 API, begin deprecation of ETCD < v3 (#2506)
Fixed:
- Add data files to the wheel package (#1727)
Added:
- Package
auto_conf.yaml
for appropriate integrations (#1664)
Added:
- Hardcode the 2379 port in the Autodiscovery template (#1444 for more information)
Fixed:
- Get the right metrics depending on the instance state (#1348)
Added:
Added:
- Update auto_conf template to support agent 6 and 5.20+ (#860com//issues/860)
Added:
- Updates the Service Check tag to only use the base URL (#736)
Added:
- adds etcd integration.