- [Added] Update HTTP config spec templates. See #12890.
- [Added] Add metric_patterns options to filter all metric submission by a list of regexes. See #11695.
- [Fixed] Remove outdated warning in the description for the
tls_ignore_warning
option. See #11591.
- [Added] Add
pyproject.toml
file. See #11351. - [Fixed] Fix namespace packaging on Python 2. See #11532.
- [Changed] Add tls_protocols_allowed option documentation. See #11251.
- [Fixed] Add comment to autogenerated model files. See #10945.
- [Added] Add runtime configuration validation. See #8916.
- [Added] Add HTTP option to control the size of streaming responses. See #10183.
- [Added] Add allow_redirect option. See #10160.
- [Fixed] Fix the description of the
allow_redirects
HTTP option. See #10195.
- [Fixed] Bump minimum base package version. See #8443.
- [Added] Add ability to dynamically get authentication information. See #7660.
- [Added] Add support for additional metrics. See #7685.
- [Added] Add RequestsWrapper option to support UTF-8 for basic auth. See #7441.
- [Fixed] Update proxy section in conf.yaml. See #7336.
- [Added] Add note about warning concurrency. See #6967.
- [Fixed] Reduce log level of version collection warnings to DEBUG. See #6930.
- [Fixed] Fix template specs typos. See #6912.
- [Added] Allow optional dependency installation for all checks. See #6589.
- [Fixed] Add
kerberos_cache
to HTTP config options. See #6279.
- [Added] Add option to set SNI hostname via the
Host
header for RequestsWrapper. See #5833. - [Added] Add config specs. See #6147.
- [Fixed] Update deprecated imports. See #6088.
- [Fixed] Remove logs sourcecategory. See #6121.
- [Added] Support Fluentd config API endpoint for metadata collection. See #6062.
- [Added] Allow disabling metadata collection in fluentd. See #6061.
- [Added] Collect version metadata for Fluentd. See #5057.
- [Added] Add auth type to RequestsWrapper. See #4708.
- [Added] Add option to override KRB5CCNAME env var. See #4578.
- [Added] Fix request wrapper timeout and add test. See #4375.
- [Fixed] Update init method params. See #4243.
- [Added] Add support for proxy settings. See #3479.
- [Added] Adhere to code style. See #3507.
- [Fixed] Support fluentd v1's monitor_agent metrics. See #2965. Thanks repeatedly.
- [Added] Support Python 3. See [#2735][1].
- [Fixed] Add data files to the wheel package. See [#1727][2].
- [FEATURE] adds fluentd integration. [1]: DataDog#2735 [2]: DataDog#1727