Datadog Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
DogStatsD is a metrics aggregation service bundled with the [[#Agent|Datadog agent]]. DogStatsD implements the [[StatsD]] protocol and a few extensions (histogram metric type, service checks, events and tagging).
DogStatsD is a metrics aggregation service bundled with the [[#Agent|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.
DogStatsD accepts [[#Custom_Metric|custom metrics]],[[#Event|events]] and service checks over UDP and periodically aggregates them and forwards them to Datadog.
===<span id='Event'></span>Events===
{{External|https://docs.datadoghq.com/events/guides/dogstatsd/}}


=DataDog and Kubernetes=
=DataDog and Kubernetes=

Revision as of 22:51, 6 January 2022

Internal

Agent

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

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/

DataDog and Kubernetes

The DataDog agent can be deployed as a container in ???

Custom Metrics

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