integrations-core
integrations-core copied to clipboard
Core integrations of the Datadog Agent
### What does this PR do? Related to this [thread](https://dd.slack.com/archives/C01CL5Y0C12/p1760700882117399) We use a base32 oid for memory which overflows for some devices ### Motivation ### Review checklist (to be filled...
### What does this PR do? Add `.fill(null)` to many widgets of the default Wi-Fi Overview dashboard ### Motivation If fill option, which is default behavior, is not removed then...
### What does this PR do? This PR is in conjunction with a PR to change the config model for the `exclude_metrics_by_label`. Currently this params accepts both a dict and...
### What does this PR do? This PR replaces the deprecated `PROTOCOL_TLS` by `TLS_PROTOCOL_CLIENT`. The `PROTOCOL_TLS` has been deprecated since 3.10 and will eventually be removed: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS The code actually...
### What does this PR do? * Adds a validation step on check init to verify that the Postgres connection is valid and the correct permissions are applied * Emits...
### What does this PR do? Add FoundationDB metrics for: * Backup * Disaster Recovery * Process: * RSS of memory * Role count Also adds a tag for the...
### What does this PR do? This change updates our explain plan collection query to filter out recently executed queries that have errors. This is done to avoid attempting to...
### What does this PR do? ### Motivation ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e) -...
### What does this PR do? * Add description for custom metrics `tags`. This `tags` is the field that can be configured under `custom_queries`. * Also, made some minor fixes...
### What does this PR do? Adds a method that upgrades the `integrations-core/pyproject.toml` file when running the `upgrade-python` ddev command. ### Motivation The mypy Python version was added to the...