Class: DatadogAPIClient::V1::DistributionPointsSeries
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DistributionPointsSeries
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#host ⇒ Object
The name of the host that produced the distribution point metric.
-
#metric ⇒ Object
readonly
The name of the distribution points metric.
-
#points ⇒ Object
readonly
Points relating to the distribution point metric.
-
#tags ⇒ Object
A list of tags associated with the distribution point metric.
-
#type ⇒ Object
The type of the distribution point.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/distribution_points_series.rb', line 39 def additional_properties @additional_properties end |
#host ⇒ Object
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 |
#metric ⇒ Object
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 |
#points ⇒ Object
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 |
#tags ⇒ Object
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 end |
#type ⇒ Object
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 |