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:
- Add support for tls_inspector metrics (#18536)
Fixed:
- Update config model names (#17802)
Added:
- Add shadow_rule_prefix tag for shadow_allowed RBAC metric and rule_prefix tag for allowed and denied RBAC metric (#17392)
Fixed:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Add additional cluster and listener metrics for OpenMetrics version of check (#16649)
- Add connection limit metrics for envoy (#16718)
- Update the configuration file to include the new oauth options parameter (#16835)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
- Add local rate limit metrics (#16313)
- Add new RBAC metrics in Legacy check (#16432)
- Add connect state metric for OpenmetricsV2 and add way to collect shadow prefixes in legacy check for RBAC metrics (#16453)
- Add a
endpoint
tag to every metric in the legacy version of the check (#16478)
Added:
- Add rbac metrics (#16165)
Added:
- Add TCP proxy statistics (#15704)
Changed:
- Bump the minimum base check version (#15427)
Added:
- Update generated config models (#15212)
Fixed:
- Fix types for generated config models (#15334)
Fixed:
- Disable server info and version collection when collect_server_info is false (#14610)
- Bump Python version from py3.8 to py3.9 (#14701)
Added:
- Add an ignore_connection_errors option to the openmetrics check (#14504)
- Add GRPC access log metrics (#13932)
Fixed:
Added:
- Parse and add the tag
stat_prefix
toext_authz
metrics if possible (#13930)
Fixed:
Fixed:
- Fix metric mapping of counter metrics in the Openmetrics V2 version of the check (#13573)
Added:
- Update HTTP config spec templates (#12890)
- [Envoy] Support
envoy.cluster.outlier_detection.*
in OpenMetrics V2 (#11860)
Fixed:
- Dependency updates (#12653)
Added:
- Add ext_authz and ratelimiter metrics to OpenMetrics implementation (#12451)
Added:
Fixed:
- Fix extra metrics description example (#12043)
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 (#11345)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Added:
- Support Openmetrics metrics collection (#10752)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
- Disable generic tags (#10027)
Fixed:
- Bump base package dependency (#10218)
- Fix the description of the
allow_redirects
HTTP option (#10195)
Added:
- Use
display_default
as a fallback fordefault
when validating config models (#9739)
Added:
Added:
- Add collect_server_info config option (#9298)
- Add missing Envoy HTTP router filter vhost metrics (#8586) Thanks csssuf.
Fixed:
- Fix retry parsing when metric has multiple metric parts (#9189)
Added:
Fixed:
- Bump minimum base package version (#8443)
Fixed:
- Update check signature (#8258)
Added:
- Add newly documented metrics (#7765)
- Add ability to dynamically get authentication information (#7660)
Added:
- Add encoding in log config sample (#7708)
Fixed:
Added:
- Add RequestsWrapper option to support UTF-8 for basic auth (#7441)
Fixed:
- Do not render null defaults for config spec example consumer (#7503)
- Update proxy section in conf.yaml (#7336)
Added:
- envoy config specs (#7157)
Fixed:
- Update logs config service field to optional (#7209)
- DOCS-838 Template wording (#7038)
- Use inclusive naming (#7156)
- Update ntlm_domain example (#7118)
Added:
- Add note about warning concurrency (#6967)
Fixed:
- Handle server info for envoy <= 1.8 (#6740)
Fixed:
- Safer metadata error handling (#6685)
Added:
Fixed:
- Fix style to account for new flake8 rules (#6620)
Added:
- Update doc about whitelist and blacklist (#5875)
Fixed:
Added:
Added:
- Use lazy logging format (#5377)
Added:
Added:
Added:
- Add RequestsWrapper to envoy (#4120)
Added:
- Add cluster.ssl metrics to Envoy integration (#3976) Thanks csssuf.
- Add Envoy upstream_rq_completed cluster metrics (#3955) Thanks csssuf.
Added:
- Add more listener metrics (#3922)
Added:
- Add logs config to envoy (#3918)
Added:
- Adhere to style (#3366)
Changed:
- Change order of precedence of whitelist and blacklist for pattern filtering (#2174)
Changed:
- Add data files to the wheel package (#1727)
Added:
- Add ability to whitelist/blacklist metrics (#1975)
Fixed:
- properly send tags for histograms (#1741)
Added:
- support histograms, fix count submission (#1616)
Added:
- add newly-documented metrics. See #1326
- tags can now contain the dot metric delimiter itself. See #1404
Added:
- add Envoy integration. See #1156