Class: DatadogAPIClient::V1::UsageTopAvgMetricsHour

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_hourObject

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_hourObject

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_categoryObject

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_nameObject

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