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? The test envs are not defined correctly, so we always test against the same (old) version `10.8.0` ### Motivation Noticed this problem QA-ing https://github.com/DataDog/integrations-core/pull/12553...

changelog/no-changelog
integration/gitlab_runner

QA for https://github.com/DataDog/integrations-core/pull/12104/files This PR introduces assertion for all metrics covered and all metrics in metadata. With the first assertion I've introduced tons of optional metrics (some might be missing...

do-not-merge/HOLD
changelog/no-changelog
dev/testing
integration/clickhouse

### What does this PR do? The `http_check`'s `instance` tag is being normalized, and therefore all `instance:test-instance` is converted into `instance:test_instance`, even though the [public docs](https://docs.datadoghq.com/getting_started/tagging/#define-tags) mention that `-` are...

documentation
do-not-merge/HOLD
changelog/no-changelog
integration/http_check
integration/datadog_checks_base

To be merged on Sept 15

do-not-merge/HOLD
changelog/no-changelog

documentation
changelog/no-changelog

### What does this PR do? Add information to the Pivotal PKS documentation setup section, which was removed from the main Pivotal Platform documentation in the following documentation repo PR:...

documentation
changelog/no-changelog
integration/pivotal_pks

### What does this PR do? No functional change here. While the Datadog Agent uses the `self.rate(...)` function to submit these: - https://github.com/DataDog/integrations-core/blob/0284eaf179a8f780920d23e8b6a02fd95afc1388/kubelet/datadog_checks/kubelet/prometheus.py#L276-L320 These are actually going to be submitted...

changelog/no-changelog
integration/kubelet

### What does this PR do? It replaces the OOTB dashboard for the Kube Controller Manager, with the new screenboard type. ### Motivation The OOTB dashboard for kube_controller_manager felt very...

documentation
changelog/no-changelog
integration/kube_controller_manager

### What does this PR do? Adds the Citrix Hypervisor blog link to its doc page. ### Motivation Docs team Tuesday task. Improves the SEO of the blog. ### Additional...

documentation
changelog/no-changelog
integration/citrix_hypervisor

### What does this PR do? Resolves #12609 Implements the tag `consul_node` with data from `ConsulCheck["Node"]` from response data `consul_request('/v1/health/state/any')` for Service Check `consul.check` (health check). ### Motivation See #12609...

integration/consul
changelog/Added