Datadog Concepts

From NovaOrdis Knowledge Base
Revision as of 05:29, 14 January 2022 by Ovidiu (talk | contribs) (Ovidiu moved page DataDog Concepts to Datadog Concepts without leaving a redirect)
Jump to navigation Jump to search

Internal

Agent

The Datadog agent has a built-in StatsD server, exposed over a configurable port.

Agent and Kubernetes

TO CONTINUE: https://docs.datadoghq.com/developers/dogstatsd/?tab=kubernetes#

DogStatsD

https://docs.datadoghq.com/developers/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

https://docs.datadoghq.com/events/guides/dogstatsd/

Custom Metrics

https://docs.datadoghq.com/metrics/custom_metrics/

Security

API Key

Application Key