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
Copy file name to clipboardExpand all lines: content/en/account_management/billing/azure.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ kind: documentation
7
7
8
8
Datadog bills for all [Azure Virtual Machines being monitored in Datadog][1]. These machines are billable regardless of whether the Datadog Agent is installed. You are not billed twice if you are running the Agent on an Azure VM picked up by the Azure integration.
9
9
10
-
Additionally, Datadog also counts the nodes inside of Azure App Service Plans as billable hosts. Note that any Shared, Dynamic, or Free tier App Service Plans do not have any associated node counts and will not impact your Datadog bill.
10
+
Additionally, Datadog also counts the nodes inside of Azure App Service Plans as billable hosts. Note that any Shared, Dynamic, or Free tier App Service Plans do not have any associated node counts and will not impact your Datadog bill.
11
11
The Azure integration will collect metrics for all other Azure resources (Azure SQL DB, Azure Redis Cache, Azure Load Balancer, etc.) without any impact on monthly billing.
12
12
13
13
## Azure VM exclusion
@@ -31,5 +31,5 @@ For technical questions, contact [Datadog support][2].
31
31
For billing questions, contact your [Customer Success][3] Manager.
Copy file name to clipboardExpand all lines: content/en/account_management/billing/usage_attribution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,4 @@ The table below shows a sample daily report for Custom Metrics usage two tags: `
83
83
When using multiple tags, both the Daily and Monthly Usage Attribution reports contain data for all possible combinations of those tags, and are suitable to use as base datasets for further data analysis tasks. For instance, you can use grouping or pivoting to produce views focused on a subset of the tags, or to perform aggregations across custom date ranges.
The `%%host%%` [template variable][7] is supported and is replaced by the service's IP. The `kube_namespace` and `kube_service` tags are automatically added to the instance.
133
133
134
+
### Template Source: Standard Labels
135
+
136
+
```yaml
137
+
tags.datadoghq.com/env: "<ENV>"
138
+
tags.datadoghq.com/service: "<SERVICE>"
139
+
tags.datadoghq.com/version: "<VERSION>"
140
+
```
141
+
142
+
The `tags.datadoghq.com` labels set the `env`, `service`, and even `version` as tags on data generated by the check.
143
+
These standard labels are part of [Unified Service Tagging][8].
144
+
134
145
#### Example: HTTP check on an NGINX-backed service
135
146
136
-
The following Service definition exposes the Pods from the `my-nginx` deployment and runs an [HTTP check][8] to measure the latency of the load balanced service:
147
+
The following Service definition exposes the Pods from the `my-nginx` deployment and runs an [HTTP check][9] to measure the latency of the load balanced service:
|`DD_HOSTNAME`| Hostname to use for the Datadog Cluster Agent. |
40
+
| `DD_ENV` | Sets the `env` tag for data emitted by the Cluster Agent. Recommended only if the Cluster Agent monitors services within a single environment.
41
+
|
40
42
|`DD_CLUSTER_AGENT_CMD_PORT`| Port for the Datadog Cluster Agent to serve. Defaults to `5005`. |
41
43
|`DD_USE_METADATA_MAPPER`| Enables cluster level metadata mapping. Defaults to `true`. |
42
44
|`DD_COLLECT_KUBERNETES_EVENTS`| Configures the Agent to collect Kubernetes events. Defaults to `false`. See the [Event collection documentation][2] for more details. |
The `%%host%%` [template variable][7] is supported and is replaced by the endpoints' IPs. The `kube_namespace`, `kube_service`, and `kube_endpoint_ip` tags are automatically added to the instances.
134
134
135
+
### Template Source: Standard Labels
136
+
137
+
```yaml
138
+
tags.datadoghq.com/env: "<ENV>"
139
+
tags.datadoghq.com/service: "<SERVICE>"
140
+
tags.datadoghq.com/version: "<VERSION>"
141
+
```
142
+
143
+
The `tags.datadoghq.com` labels set the `env`, `service`, and even `version` as tags on data generated by the check.
144
+
These standard labels are part of [Unified Service Tagging][8].
145
+
135
146
#### Example: HTTP check on an NGINX-backed service with NGINX check on the service's endpoints
136
147
137
-
The following service definition exposes the pods from the `my-nginx` deployment. It then runs an [HTTP check][8] to measure the latency of the load-balanced service and an [NGINX check][9] on the pod(s) that back the endpoint(s) of the service to collect `NGINX` metrics and service checks on the pod level:
148
+
The following service definition exposes the pods from the `my-nginx` deployment. It then runs an [HTTP check][9] to measure the latency of the load-balanced service and an [NGINX check][10] on the pod(s) that back the endpoint(s) of the service to collect `NGINX` metrics and service checks on the pod level:
Troubleshooting endpoints checks is similar to [troubleshooting cluster checks][10]—the only difference is on the node-based Agents, where scheduled endpoints checks appear alongside the cluster check.
191
+
Troubleshooting endpoints checks is similar to [troubleshooting cluster checks][11]—the only difference is on the node-based Agents, where scheduled endpoints checks appear alongside the cluster check.
178
192
179
193
**Note**: Endpoints checks are scheduled by Agents that run on the same node as the pod(s) that back the endpoint(s) of the service. If an endpoint is not backed by a pod, the Cluster Agent converts the check into a cluster check. This cluster check can be run by any node Agent.
180
194
@@ -268,6 +282,7 @@ State: dispatched to gke-cluster-default-pool-4658d5d4-qfnt
0 commit comments