Class: DatadogAPIClient::V1::UsageTimeseriesHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageTimeseriesHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_timeseries_hour.rb
Overview
The hourly usage of timeseries.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#hour ⇒ Object
The hour for the usage.
-
#num_custom_input_timeseries ⇒ Object
Contains the number of custom metrics that are inputs for aggregations (metric configured is custom).
-
#num_custom_output_timeseries ⇒ Object
Contains the number of custom metrics that are outputs for aggregations (metric configured is custom).
-
#num_custom_timeseries ⇒ Object
Contains sum of non-aggregation custom metrics and custom metrics that are outputs for aggregations.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 42 def additional_properties @additional_properties end |
#hour ⇒ Object
The hour for the usage.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 25 def hour @hour end |
#num_custom_input_timeseries ⇒ Object
Contains the number of custom metrics that are inputs for aggregations (metric configured is custom).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 28 def num_custom_input_timeseries @num_custom_input_timeseries end |
#num_custom_output_timeseries ⇒ Object
Contains the number of custom metrics that are outputs for aggregations (metric configured is custom).
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 31 def num_custom_output_timeseries @num_custom_output_timeseries end |
#num_custom_timeseries ⇒ Object
Contains sum of non-aggregation custom metrics and custom metrics that are outputs for aggregations.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 34 def num_custom_timeseries @num_custom_timeseries end |
#org_name ⇒ Object
The organization name.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 37 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_timeseries_hour.rb', line 40 def public_id @public_id end |