integrations-core
integrations-core copied to clipboard
Core integrations of the Datadog Agent
### 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...
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...
### 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...
To be merged on Sept 15
### 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:...
### 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...
### 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...
### 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...
### 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...