Class: DatadogAPIClient::V1::DistributionPointsSeries

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/distribution_points_series.rb

Overview

A distribution points metric to submit to Datadog.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#hostObject

The name of the host that produced the distribution point metric.



25
26
27
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 25

def host
  @host
end

#metricObject

The name of the distribution points metric.



28
29
30
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 28

def metric
  @metric
end

#pointsObject

Points relating to the distribution point metric. All points must be tuples with timestamp and a list of values (cannot be a string). Timestamps should be in POSIX time in seconds.



31
32
33
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 31

def points
  @points
end

#tagsObject

A list of tags associated with the distribution point metric.



34
35
36
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 34

def tags
  @tags
end

#typeObject

The type of the distribution point.



37
38
39
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 37

def type
  @type
end