Class: DatadogAPIClient::V1::UsageLogsHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageLogsHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_logs_hour.rb
Overview
Hour usage for logs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billable_ingested_bytes ⇒ Object
Contains the number of billable log bytes ingested.
-
#hour ⇒ Object
The hour for the usage.
-
#indexed_events_count ⇒ Object
Contains the number of log events indexed.
-
#ingested_events_bytes ⇒ Object
Contains the number of log bytes ingested.
-
#logs_forwarding_events_bytes ⇒ Object
Contains the number of logs forwarded bytes (data available as of April 1st 2023).
-
#logs_live_indexed_count ⇒ Object
Contains the number of live log events indexed (data available as of December 1, 2020).
-
#logs_live_ingested_bytes ⇒ Object
Contains the number of live log bytes ingested (data available as of December 1, 2020).
-
#logs_rehydrated_indexed_count ⇒ Object
Contains the number of rehydrated log events indexed (data available as of December 1, 2020).
-
#logs_rehydrated_ingested_bytes ⇒ Object
Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).
-
#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.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 57 def additional_properties @additional_properties end |
#billable_ingested_bytes ⇒ Object
Contains the number of billable log bytes ingested.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 25 def billable_ingested_bytes @billable_ingested_bytes end |
#hour ⇒ Object
The hour for the usage.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 28 def hour @hour end |
#indexed_events_count ⇒ Object
Contains the number of log events indexed.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 31 def indexed_events_count @indexed_events_count end |
#ingested_events_bytes ⇒ Object
Contains the number of log bytes ingested.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 34 def ingested_events_bytes @ingested_events_bytes end |
#logs_forwarding_events_bytes ⇒ Object
Contains the number of logs forwarded bytes (data available as of April 1st 2023)
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 37 def logs_forwarding_events_bytes @logs_forwarding_events_bytes end |
#logs_live_indexed_count ⇒ Object
Contains the number of live log events indexed (data available as of December 1, 2020).
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 40 def logs_live_indexed_count @logs_live_indexed_count end |
#logs_live_ingested_bytes ⇒ Object
Contains the number of live log bytes ingested (data available as of December 1, 2020).
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 43 def logs_live_ingested_bytes @logs_live_ingested_bytes end |
#logs_rehydrated_indexed_count ⇒ Object
Contains the number of rehydrated log events indexed (data available as of December 1, 2020).
46 47 48 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 46 def logs_rehydrated_indexed_count @logs_rehydrated_indexed_count end |
#logs_rehydrated_ingested_bytes ⇒ Object
Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).
49 50 51 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 49 def logs_rehydrated_ingested_bytes @logs_rehydrated_ingested_bytes end |
#org_name ⇒ Object
The organization name.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 52 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/usage_logs_hour.rb', line 55 def public_id @public_id end |