Class: DatadogAPIClient::V1::UsageHostHour

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/usage_host_hour.rb

Overview

Number of hosts/containers recorded for each hour 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.



84
85
86
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 84

def additional_properties
  @additional_properties
end

#agent_host_countObject

Contains the total number of infrastructure hosts reporting during a given hour that were running the Datadog Agent.



26
27
28
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 26

def agent_host_count
  @agent_host_count
end

#alibaba_host_countObject

Contains the total number of hosts that reported through Alibaba integration (and were NOT running the Datadog Agent).



30
31
32
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 30

def alibaba_host_count
  @alibaba_host_count
end

#apm_azure_app_service_host_countObject

Contains the total number of Azure App Services hosts using APM.



33
34
35
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 33

def apm_azure_app_service_host_count
  @apm_azure_app_service_host_count
end

#apm_host_countObject

Shows the total number of hosts using APM during the hour, these are counted as billable (except during trial periods).



37
38
39
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 37

def apm_host_count
  @apm_host_count
end

#aws_host_countObject

Contains the total number of hosts that reported through the AWS integration (and were NOT running the Datadog Agent).



41
42
43
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 41

def aws_host_count
  @aws_host_count
end

#azure_host_countObject

Contains the total number of hosts that reported through Azure integration (and were NOT running the Datadog Agent).



45
46
47
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 45

def azure_host_count
  @azure_host_count
end

#container_countObject

Shows the total number of containers reported by the Docker integration during the hour.



48
49
50
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 48

def container_count
  @container_count
end

#gcp_host_countObject

Contains the total number of hosts that reported through the Google Cloud integration (and were NOT running the Datadog Agent).



52
53
54
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 52

def gcp_host_count
  @gcp_host_count
end

#heroku_host_countObject

Contains the total number of Heroku dynos reported by the Datadog Agent.



55
56
57
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 55

def heroku_host_count
  @heroku_host_count
end

#host_countObject

Contains the total number of billable infrastructure hosts reporting during a given hour. This is the sum of ‘agent_host_count`, `aws_host_count`, and `gcp_host_count`.



59
60
61
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 59

def host_count
  @host_count
end

#hourObject

The hour for the usage.



62
63
64
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 62

def hour
  @hour
end

#infra_azure_app_serviceObject

Contains the total number of hosts that reported through the Azure App Services integration (and were NOT running the Datadog Agent).



66
67
68
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 66

def infra_azure_app_service
  @infra_azure_app_service
end

#opentelemetry_apm_host_countObject

Contains the total number of hosts using APM reported by Datadog exporter for the OpenTelemetry Collector.



69
70
71
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 69

def opentelemetry_apm_host_count
  @opentelemetry_apm_host_count
end

#opentelemetry_host_countObject

Contains the total number of hosts reported by Datadog exporter for the OpenTelemetry Collector.



72
73
74
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 72

def opentelemetry_host_count
  @opentelemetry_host_count
end

#org_nameObject

The organization name.



75
76
77
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 75

def org_name
  @org_name
end

#public_idObject

The organization public ID.



78
79
80
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 78

def public_id
  @public_id
end

#vsphere_host_countObject

Contains the total number of hosts that reported through vSphere integration (and were NOT running the Datadog Agent).



82
83
84
# File 'lib/datadog_api_client/v1/models/usage_host_hour.rb', line 82

def vsphere_host_count
  @vsphere_host_count
end