You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**agentHostCount** | **Long** | Contains the total number of infrastructure hosts reporting during a given hour that were running the Datadog Agent. | [optional]
11
11
**alibabaHostCount** | **Long** | Contains the total number of hosts that reported via Alibaba integration (and were NOT running the Datadog Agent). | [optional]
12
+
**apmAzureAppServiceHostCount** | **Long** | Contains the total number of Azure App Services hosts using APM. | [optional]
12
13
**apmHostCount** | **Long** | Shows the total number of hosts using APM during the hour, these are counted as billable (except during trial periods). | [optional]
13
14
**awsHostCount** | **Long** | Contains the total number of hosts that reported via the AWS integration (and were NOT running the Datadog Agent). | [optional]
14
15
**azureHostCount** | **Long** | Contains the total number of hosts that reported via Azure integration (and were NOT running the Datadog Agent). | [optional]
15
16
**containerCount** | **Long** | Shows the total number of containers reported by the Docker integration during the hour. | [optional]
16
17
**gcpHostCount** | **Long** | Contains the total number of hosts that reported via the Google Cloud integration (and were NOT running the Datadog Agent). | [optional]
17
18
**hostCount** | **Long** | 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`. | [optional]
18
19
**hour** | **OffsetDateTime** | The hour for the usage. | [optional]
20
+
**infraAzureAppService** | **Long** | Contains the total number of hosts that reported via the Azure App Services integration (and were NOT running the Datadog Agent). | [optional]
**agentHostTop99p** | **Long** | Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations. | [optional]
11
+
**apmAzureAppServiceHostTop99p** | **Long** | Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations. | [optional]
11
12
**apmHostTop99p** | **Long** | Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations. | [optional]
12
13
**awsHostTop99p** | **Long** | Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations. | [optional]
13
14
**awsLambdaFuncCount** | **Long** | Shows the average of the number of functions that executed 1 or more times each hour in the current date for all organizations. | [optional]
**agentHostTop99p** | **Long** | Shows the 99th percentile of all agent hosts over all hours in the current date for the given org. | [optional]
11
+
**apmAzureAppServiceHostTop99p** | **Long** | Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org. | [optional]
11
12
**apmHostTop99p** | **Long** | Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org. | [optional]
12
13
**awsHostTop99p** | **Long** | Shows the 99th percentile of all AWS hosts over all hours in the current date for the given org. | [optional]
13
14
**awsLambdaFuncCount** | **Long** | Shows the sum of all AWS Lambda invocations over all hours in the current date for the given org. | [optional]
14
15
**awsLambdaInvocationsSum** | **Long** | Shows the sum of all AWS Lambda invocations over all hours in the current date for the given org. | [optional]
16
+
**azureAppServiceTop99p** | **Long** | Shows the 99th percentile of all Azure app services over all hours in the current date for the given org. | [optional]
15
17
**billableIngestedBytesSum** | **Long** | Shows the sum of all log bytes ingested over all hours in the current date for the given org. | [optional]
16
18
**containerAvg** | **Long** | Shows the average of all distinct containers over all hours in the current date for the given org. | [optional]
17
19
**containerHwm** | **Long** | Shows the high-water mark of all distinct containers over all hours in the current date for the given org. | [optional]
**agentHostTop99pSum** | **Long** | Shows the 99th percentile of all agent hosts over all hours in the current months for all organizations. | [optional]
11
+
**apmAzureAppServiceHostTop99pSum** | **Long** | Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations. | [optional]
11
12
**apmHostTop99pSum** | **Long** | Shows the 99th percentile of all distinct APM hosts over all hours in the current months for all organizations. | [optional]
12
13
**awsHostTop99pSum** | **Long** | Shows the 99th percentile of all AWS hosts over all hours in the current months for all organizations. | [optional]
13
14
**awsLambdaFuncCount** | **Long** | Shows the average of the number of functions that executed 1 or more times each hour in the current months for all organizations. | [optional]
* Contains the total number of hosts that reported via the Azure App Services integration (and were NOT running the Datadog Agent).
330
+
* @return infraAzureAppService
331
+
**/
332
+
@javax.annotation.Nullable
333
+
@ApiModelProperty(value = "Contains the total number of hosts that reported via the Azure App Services integration (and were NOT running the Datadog Agent).")
0 commit comments