View Source DatadogHttp.Metrics.Point (Datadog HTTP v0.0.2)

Datadog metric point data structure.

Link to this section Summary

Link to this section Types

@type t() :: %DatadogHttp.Metrics.Point{
  timestamp: integer() | DateTime,
  value: float()
}