Class: DatadogAPIClient::V1::UsageTopAvgMetricsHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageTopAvgMetricsHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb
Overview
Number of hourly recorded custom metrics for a given organization.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_metric_hour ⇒ Object
Average number of timeseries per hour in which the metric occurs.
-
#max_metric_hour ⇒ Object
Maximum number of timeseries per hour in which the metric occurs.
-
#metric_category ⇒ Object
Contains the metric category.
-
#metric_name ⇒ Object
Contains the custom metric name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb', line 36 def additional_properties @additional_properties end |
#avg_metric_hour ⇒ Object
Average number of timeseries per hour in which the metric occurs.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb', line 25 def avg_metric_hour @avg_metric_hour end |
#max_metric_hour ⇒ Object
Maximum number of timeseries per hour in which the metric occurs.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb', line 28 def max_metric_hour @max_metric_hour end |
#metric_category ⇒ Object
Contains the metric category.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb', line 31 def metric_category @metric_category end |
#metric_name ⇒ Object
Contains the custom metric name.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb', line 34 def metric_name @metric_name end |