dd-agent
dd-agent copied to clipboard
Datadog Agent Version 5
## Problem I'm using the agent as a proxy as described [here](https://github.com/DataDog/dd-agent/wiki/Proxy-Configuration#using-the-agent-as-a-proxy). I have around 15 hosts all using one server as the "proxy", which relays to the datadog public...
Datadog docker agent version: datadog/agent:latest-jmx Configuration before adding bean conf.d/jmx.d/conf.yaml: ``` init_config: is_jmx: true collect_default_metrics: true new_gc_metrics: true instances: - host: register port: 5000 ``` Configuration above works fine. But...
We are working with _Volumes mapped to drive path_ on Windows to e.g. map drive F: to a path like C:\Mount\Path_A To monitor the disk usage on such drives we...
### What does this PR do? This PR merges the "instances" of a given check loaded from a file with the additional instances discovered by service discovery, e.g. from Docker...
### What does this PR do? Logs a warning if a service-discovery configured check will be ignored if the same-named check was already configured from a file. ### Motivation I...
refs: http://lm-sensors.org/ https://pypi.python.org/pypi/PySensors/0.0.2
Noticed the following when dogstatsd started up: 2017-06-24 03:26:10 | WARNING | dd.dogstatsd | config(config.py:316) | Histogram percentiles are rounded to 2 digits: 0.999 rounded It would be nice to...
From the git history, we can see that this function is not used since `5.12.x`. It was introduce to solve an issue with old tornado version `< 3.0.0`. During the...
I had used auto discovery feature to enable the logs different locations .After the file roatations logs are not been sent to datadog . Before the logs been roatated i...