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)** ``` ==================== Collector (v 5.18.1) ==================== Status date: 2017-11-15 21:32:05 (0s ago) Pid: 3253 Platform: Linux-4.9.51-10.52.amzn1.x86_64-x86_64-with-glibc2.3 Python Version: 2.7.14, 64bit Logs: , /var/log/datadog/collector.log, syslog:/dev/log Clocks...

Summary metrics seems to get lost in parse_metric_family **Additional environment details (Operating System, Cloud provider, etc):** Debian 9 **Steps to reproduce the issue:** 1. add any valid prometheus check 2....

### What does this PR do? This PR makes it possible to customize the histogram percentile names. ### Motivation If DD dashboards have been built with different metric names for...

core
community

### What does this PR do? Switch to use the `agent-v5` branch of `integrations-core` ### Motivation The code of Agent v5 is meant to work with the `agent-v5` branch of...

wip

Don't know whether it's accessible.

checks

**Output of the [info page](https://help.datadoghq.com/hc/en-us/articles/203764635-Agent-Status-and-Information) ** ``` (paste your output here) ``` **Additional environment details (Operating System, Cloud provider, etc):** **Steps to reproduce the issue:** 1. 2. 3. **Describe the...

Hi, When monitoring the length of redis keys, the agent requires a hard coded list of keys. It would be awesome if you could instead give the agent a redis-supported...

feature

Currently there is the option to `tag_by_filesystem:`, an option to apply a tag by host+device for each device would allow for easier exclusion of one device in multialert monitors with...

**Additional environment details (Operating System, Cloud provider, etc):** OS: Linaro (Ubuntu) Arch: armhf **Steps to reproduce the issue:** 1. Add this to datadog.conf: `dogstreams: /home/cbuser/.cortex/log/player.json.*:/opt/datadog-agent/agent/cortex_log_plays.py:cortex_parser` 2. restart the agent **Describe...

I've noticed this bug. When you have a long running check, if the application sends a SIGHUP to reload the config during the execution phase; the SIGHUB is ignored. This...