OBJECT
A data point for a metric
type MetricDataPointType {# The time the data point was createdcreated_at: String # The entry id of the data pointentry_id: String # The value of the data pointflex_value: String # The value of the data pointvalue: Float @deprecated( reason: "Use flex value, which supports both string and number values" )}