Datadog Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Agent) |
|||
Line 3: | Line 3: | ||
=Agent= | =Agent= | ||
The Datadog agent has a built-in [[StatsD]] server, exposed over a configurable port. | The Datadog agent has a built-in [[StatsD]] server, exposed over a configurable port. | ||
==Agent and Kubernetes== | |||
==DogStatsD== | ==DogStatsD== | ||
{{External|https://docs.datadoghq.com/developers/dogstatsd/}} | {{External|https://docs.datadoghq.com/developers/dogstatsd/}} |
Revision as of 22:54, 6 January 2022
Internal
Agent
The Datadog agent has a built-in StatsD server, exposed over a configurable port.
Agent and Kubernetes
DogStatsD
DogStatsD is a metrics aggregation service bundled with the Datadog agent. DogStatsD implements the StatsD protocol and a few extensions (histogram metric type, service checks, events and tagging).
DogStatsD accepts custom metrics,events and service checks over UDP and periodically aggregates them and forwards them to Datadog.
Events
DataDog and Kubernetes
The DataDog agent can be deployed as a container in ???