integrations-core icon indicating copy to clipboard operation
integrations-core copied to clipboard

Core integrations of the Datadog Agent

Results 771 integrations-core issues
Sort by recently updated
recently updated
newest added

### 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...

integration/network
changelog/Changed

### 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...

documentation
integration/network
changelog/Added

### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...

documentation
integration/vsphere
changelog/Added

### What does this PR do? Adding a predefined saved view for pods ![](https://user-images.githubusercontent.com/23652004/188653623-ebef3987-a5d1-4ba4-bcd0-c01301bbafa8.png) ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have...

documentation
dev/tooling
integration/kubernetes
integration/datadog_checks_dev
dev_package

### 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...

integration/mysql
changelog/Fixed
category/bugfix
bugfix/regression

### What does this PR do? ### Motivation ### Additional Notes ### Review checklist (to be filled by reviewers) - [ ] Feature or bugfix MUST have appropriate tests (unit,...

documentation
integration/postgres

Add a metric to count number of folders within a directory

integration/directory
changelog/Added

### 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...

containers
do-not-merge/HOLD
integration/kubernetes_state

### 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)...

changelog/no-changelog
integration/postgres

### 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...

integration/postgres
changelog/Added