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 the citadel_server_cert_chain_expiry_timestamp metric (#17268)
Changed:
- Disable
exclude_labels
by default (#17225)
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)
Added:
- Add additional Istio metrics (#15820)
Added:
- Add support for namespace in istio check (#14611)
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 an ignore_connection_errors option to the openmetrics check (#14504)
Fixed:
Fixed:
- Add port for merged telemetry endpoint in Istio auto_conf (#13204)
Added:
- Update HTTP config spec templates (#12890)
Fixed:
- Fix extra metrics description example (#12043)
Added:
- Add more tags to default exclude_labels and disable tag_by_endpoint in autoconf (#11953)
- 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)
- Add image for OpenShift Service Mesh Proxy to ad_identifiers (#11662)
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 (#11374)
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)
Added:
- Support istio_agent metrics in sidecars (#10702)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Document new include_labels option (#10617)
- Document new use_process_start_time option (#10601)
- Update Istio to use OpenMetrics v2 by default (#10304)
Added:
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
- Allow Kubernetes port forwarding to support any resource (#10127)
- Disable generic tags (#10027)
- Enable exclude_labels and update documentation (#10020)
Fixed:
- Fix the description of the
allow_redirects
HTTP option (#10195)
Added:
- Allow the use of the new OpenMetrics implementation (#9588)
- Use
display_default
as a fallback fordefault
when validating config models (#9739)
Added:
Fixed:
- Bump base package requirement (#9606)
Added:
- Support "ignore_tags" configuration (#9392)
Fixed:
- Fix
metrics
option type for legacy OpenMetrics config spec (#9318) Thanks jejikenwogu.
Added:
- Update defaults for legacy OpenMetrics config spec template (#9065)
- Add runtime configuration validation (#8939)
Added:
- Add sidecar injection failed and skipped metrics (#8751)
Fixed:
- Allow custom metrics for legacy istio (#8700)
- Rename config spec example consumer option
default
todisplay_default
(#8593)
Added:
- Revert "Update base package pin (#8426)" (#8436)
Fixed:
- Remove class substitution logic for new OpenMetrics base class (#8435)
Added:
- Update base package pin (#8426)
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)
Fixed:
- Update default port (#7796)
Added:
- Add RequestsWrapper option to support UTF-8 for basic auth (#7441)
Fixed:
- Update proxy section in conf.yaml (#7336)
Added:
- Support "*" wildcard in type_overrides configuration (#7071)
Fixed:
Added:
- Add note about warning concurrency (#6967)
Fixed:
- Fix template specs typos (#6912)
Added:
- Enable
send_monotonic_with_gauge
to submit mesh metrics as monotonic counts (#5707)
Fixed:
- Remove
destination_service
andsource_workload
from label blacklist (#6712)
Added:
Added:
- Add autodiscovery config and default tag exclusion (#6375)
- Support istiod metrics (#6426)
- Refactor to support different versions of istio (#6360)
- Add configuration template spec (#6320)
- Refactor check and support new Agent signature (#6341)
Changed:
- Blacklist metric
mcp_source.request_acks_total
due to high cardinality (#6185)
Fixed:
Fixed:
- Blacklist
galley_mcp_source_message_size_bytes
histogram (#4433)
Fixed:
- Comment out mixer and mesh by default from configuration (#4121)
Added:
- Support citadel endpoint (#3962)
Fixed:
- Istio Mixer and Mesh endpoints should be optional (#3875) Thanks mikekatica.
Added:
- Support pilot and galley metrics (#3734)
Added:
- Adhere to code style (#3522)
Added:
- Support Python 3 (#3014)
Fixed:
- Update example config to match docs (#3046)
Changed:
- Update istio to use the new OpenMetricsBaseCheck (#1979)
Added:
- Limit Prometheus/OpenMetrics checks to 2000 metrics per run by default (#2093)
- Update istio mapped metrics (#1993) Thanks bobbytables.
Fixed:
- Add data files to the wheel package (#1727)
Added:
- Support for gathering metrics from prometheus endpoint for the kubelet itself. (#1581)
Added:
- Adds Istio Integration