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 config model names (#17802)
Fixed:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Add details on default node/queue/exchange maximums to the configuration example (#17344)
Fixed:
- Collect metrics that only appear in the detailed endpoint (#17231)
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)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Added:
- Add metric limit for rabbitmq (#14541)
- Add an ignore_connection_errors option to the openmetrics check (#14504)
Fixed:
- Expand migration docs (#14549)
- Update minimum datadog base package version (#14463)
- Adjust docs and tests based on customer feedback (#14444)
- Deprecate
use_latest_spec
option (#14446)
Fixed:
- Fix autodiscovery config instances (#14112)
Changed:
- Remove support for /metrics/per-object endpoint (#13869)
Added:
- Add autodiscovery for docker containers (#13960)
Fixed:
- Improve descriptions of config fields to select objects (#14045)
Fixed:
- Add validation for
include_aggregated_endpoint
(#13793)
Added:
Added:
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 (#11423)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Minor refactor (#10270)
- 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)
Added:
- Disable generic tags (#10027)
Changed:
- Remove messages for integrations for OK service checks (#9888)
Fixed:
- Fix documented default value of
use_legacy_auth_encoding
(#9880)
Added:
- Add runtime configuration validation (#8976)
Fixed:
- Bump minimum base package version (#8443)
Added:
- Add support for named groups in regular expressions (#7814) Thanks lkobus.
- Add ability to dynamically get authentication information (#7660)
- [doc] Add encoding in log config sample (#7708)
Added:
- Add config specs (#7467)
Fixed:
- Ensure basic auth encoding defaults to UTF-8 (#7451)
- Fix style for the latest release of Black (#7438)
Fixed:
- Update ntlm_domain example (#7118)
Added:
Fixed:
- Continue check execution when only a few vhosts are unhealthy (#6954)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
Added:
- Add option to disable node metrics in rabbitmq (#5750)
Added:
Added:
- Add version metadata to RabbitMQ check (#4918)
Fixed:
- Fix for rabbit 3.1 queue_totals introduced in #4668 (#4805)
Added:
- verifies if
root
is dict before doing.get
(#4668) - Add option to override KRB5CCNAME env var (#4578)
Fixed:
- Ignore empty data for metrics limit (#4544)
Fixed:
- Revert "Fix queue, node and echange limit" (#4467)
Added:
- Add mem_limit to RabbitMQ Checks (#4250) Thanks ParthKolekar.
- Add requests wrapper to RabbitMQ (#4257)
Fixed:
- Fix queue, node and echange limit (#4108)
Added:
- Adhere to code style (#3561)
Fixed:
- Fix default log path (#3611)
Added:
- Support Python 3 (#2791)
Fixed:
- adds ignore_ssl_warning to rabbit file (#2706)
Added:
Fixed:
- Use raw string literals when \ is present (#2465)
Fixed:
- Add data files to the wheel package (#1727)
Fixed:
Added:
- begin deprecation of
no_proxy
config flag in favor ofskip_proxy
(#1057)
Added:
- Add data collection for exchanges (#176) (Thanks @wholroyd)
- Add a metric illustrating the available disk space (#902) (Thanks @dnavre)
- If vhosts are listed in the config, the check will only query for those specific vhosts, rather than querying for all of them (#910)
- Add metrics to monitor a cluster. See #924
Fixed:
- Assume a protocol if there isn't one, fixing a bug if you don't use a protocol (#909)
Fixed:
Added:
- Add a metric to get the number of bindings for a queue. See #674
Fixed:
- Set aliveness service to CRITICAL if the rabbitmq server is down. See#635
Added:
- Add a metric about the number of connections to rabbitmq. See #504
- Add custom tags to metrics, event and service checks. See #506
- Add a metric about the number of each connection states. See #514 (Thanks @jamescarr)
Added:
- Disable proxy if so-desired. See #407
Added:
- adds rabbitmq integration.