dd-agent icon indicating copy to clipboard operation
dd-agent copied to clipboard

Datadog Agent Version 5

Results 110 dd-agent issues
Sort by recently updated
recently updated
newest added

**Output of the [info page](https://help.datadoghq.com/hc/en-us/articles/203764635-Agent-Status-and-Information) ** There is no output because the datadog-agent container failed to start **Additional environment details (Operating System, Cloud provider, etc):** Operating System: Container OS Cloud...

If we set `use_mount` to `yes`, it will replace the value of the tag `device` with the path of the filesystem. That is confusing because: - It is not a...

I am getting the following error: `process-agent: 2019-10-09 19:34:27 CEST | PROCESS | CRITICAL | (collector.go:91 in runCheck) | Unable to run check 'container': permanent failure in detector: No collector...

### What does this PR do? This PR reverts the pip version from 19.0.x to 18.1 for the source installation of Agent v5.32, in hopes of fixing a Backend Unavailable...

**Output of the [info page](https://help.datadoghq.com/hc/en-us/articles/203764635-Agent-Status-and-Information)** ``` $ sudo systemctl status datadog-agent.service ● datadog-agent.service - Datadog Agent Loaded: loaded (/lib/systemd/system/datadog-agent.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2019-10-22 17:09:56...

Hello, I am confused on how my dd-agents are supposed to be able to get gunicorn information, since the dd-agents and my gunicorn back-end are running on separate pods (I...

Added multiple paths in CHECKSD_OVERRIDE (issue #3758) ### What does this PR do? Fixes https://github.com/DataDog/dd-agent/issues/3758 ### Motivation Capability to supply multiple paths to CHECKSD_OVERRIDE env variable. Using the ":" separator.

Is there a reason why Dogstatsd sets buffer size to [8k](https://github.com/DataDog/dd-agent/blob/master/dogstatsd.py#L301)? Maximum UDP payload size is actually around 65k and should be ok, I can't find anywhere in statsd's source...

Since the redirect for finished queries in resource manager to mapreduce history server is broken (faulty addresses are generated), a quick workaround to still collect metrics from the jobs still...

checks
community
sdk-later

### What does this PR do? This PR adds code to create the ceph.num_mons.active metric. This metric will return the number of _active_ mon processes as seen in the number...

community
sdk-later