integrations-core
integrations-core copied to clipboard
Core integrations of the Datadog Agent
### What does this PR do? Default to matching all conntrack metrics when no whitelist or blacklist is configured. This PR also updates the documentation comments in the network module's...
### What does this PR do? This PR was previously applied in https://github.com/DataDog/integrations-core/pull/11056 However, this triggered segfault as the buffer's size was incorrect as `_u32` element was only counted as...
### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...
### What does this PR do? Adding a predefined saved view for pods  ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have...
### What does this PR do? Adds a new metric `mysql.performance.user_connections` as a follow up to the reversion of a metric type ([PR](https://github.com/DataDog/integrations-core/pull/12088)). Initially, the migrated metric was used to...
### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...
Add a metric to count number of folders within a directory
### What does this PR do? Adds a new metric mapping to `daemonset.updated` from the kube-state-metrics `kube_daemonset_status_updated_number_scheduled` metric (previously called `kube_daemonset_updated_number_scheduled`). ### Motivation In https://github.com/kubernetes/kube-state-metrics/commit/8031a708543563583990abfead7559bc29cc5b0c, the metric name was changed...
### What does this PR do? Decorates postgres methods to track performance with the new [tracked_method](https://github.com/DataDog/integrations-core/pull/10809) decorator. ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers)...
### What does this PR do? This fixes a bug where setting `ignore_databases: []` in the config would generate a broken query. ### Motivation A client is using databases that...