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:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Support new scheduler_pod_scheduling_sli_duration_seconds metric (#17110)
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)
Fixed:
- Update kube_scheduler SLI metrics implementation for consistency across components (#15929)
Added:
- Add goroutine_by_scheduling_operation metric to kube_scheduler check (#15697)
- Add support for kube_scheduler SLI metrics (#15731)
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:
- Update HTTP config spec templates (#12890)
Added:
Fixed:
- Re-add preemption victims metric as histogram (#12659)
- Re-add missing metric: pod_preemption.attempts (#12656)
- Re-add missing metric: rest_client_request_duration_seconds (#12636)
Added:
- Add new scheduling metrics available in k8s v1.23+ (#12111)
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 (#11385)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Fix license header dates in autogenerated files (#11187)
- Do not validate ssl certificate by default with auto_conf (#11179)
Fixed:
- Fix the type of
bearer_token_auth
(#11144)
Changed:
- Update the default value of the
bearer_token
parameter to send the bearer token only to secure https endpoints by default (#10709)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
Fixed:
- fix kube scheduler config (#10382)
Added:
- Add runtime configuration validation (#8945)
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
Fixed:
- Fix the description of the
allow_redirects
HTTP option (#10195)
Fixed:
- Correctly use SSL options for health checks (#9977)
Changed:
- Add service check for K8s API Server components (#9773)
Added:
- Fix auto-discovery for latest versions on Kubernetes (#9574)
Added:
- Support "ignore_tags" configuration (#9392)
Added:
- Add support for Kubernetes leader election based on Lease objects (#8535)
Fixed:
- Bump base package requirement (#8770)
Fixed:
- Update prometheus_metrics_prefix documentation (#8236)
Added:
- Sync openmetrics config specs with new option ignore_metrics_by_labels (#7823)
- Add ability to dynamically get authentication information (#7660)
Added:
- Add kube_scheduler config spec (#7614)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Update deprecated imports (#6088)
Added:
- Add auto_conf.yaml files (#5678)
Fixed:
- Fix metric validation (#5581)
Added:
- Make OpenMetrics use the RequestsWrapper (#5414)
Fixed:
- Move unit conversion helpers to openmetrics mixin (#5364)
- Correct conversions from microseconds to seconds (#5354)
Added:
- Adhere to code style (#3530)
Added:
- Added kube_scheduler check (#3371)