Skip to content

Commit 5a88646

Browse files
authored
Merge pull request DataDog#7582 from DataDog/sarina/reorg-links
Updated links for Tagging reorg
2 parents b3751e4 + 7eef0da commit 5a88646

File tree

97 files changed

+237
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+237
-236
lines changed

content/en/account_management/billing/alibaba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For technical questions, contact [Datadog support][4].
2626
For billing questions, contact your [Customer Success][5] Manager.
2727

2828
[1]: https://app.datadoghq.com/account/settings#integrations/alibaba-cloud
29-
[2]: /tagging/using_tags/#integrations
29+
[2]: /getting_started/tagging/using_tags/#integrations
3030
[3]: /infrastructure/
3131
[4]: /help/
3232
[5]: mailto:success@datadoghq.com

content/en/account_management/billing/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For technical questions, contact [Datadog support][4].
3030
For billing questions, contact your [Customer Success][5] Manager.
3131

3232
[1]: https://app.datadoghq.com/account/settings#integrations/amazon_web_services
33-
[2]: /tagging/using_tags/#integrations
33+
[2]: /getting_started/tagging/using_tags/#integrations
3434
[3]: /infrastructure/
3535
[4]: /help/
3636
[5]: mailto:success@datadoghq.com

content/en/account_management/billing/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: documentation
77

88
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.
99

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.
1111
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.
1212

1313
## Azure VM exclusion
@@ -31,5 +31,5 @@ For technical questions, contact [Datadog support][2].
3131
For billing questions, contact your [Customer Success][3] Manager.
3232

3333
[1]: https://app.datadoghq.com/account/settings#integrations/azure
34-
[2]: /tagging/using_tags/#integrations
34+
[2]: /getting_started/tagging/using_tags/#integrations
3535
[3]: /infrastructure/

content/en/account_management/billing/google_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For technical questions, contact [Datadog support][4].
2626
For billing questions, contact your [Customer Success][5] Manager.
2727

2828
[1]: https://app.datadoghq.com/account/settings#integrations/google_cloud_platform
29-
[2]: /tagging/using_tags/#integrations
29+
[2]: /getting_started/tagging/using_tags/#integrations
3030
[3]: /infrastructure/
3131
[4]: /help/
3232
[5]: mailto:success@datadoghq.com

content/en/account_management/billing/usage_attribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ The table below shows a sample daily report for Custom Metrics usage two tags: `
8383
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.
8484

8585
[1]: https://docs.datadoghq.com/api/#get-daily-usage-attribution-available-files
86-
[2]: https://docs.datadoghq.com/tagging/#defining-tags
86+
[2]: https://docs.datadoghq.com/getting_started/tagging/#defining-tags

content/en/agent/cluster_agent/clusterchecks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ tags.datadoghq.com/version: "<VERSION>"
140140
```
141141

142142
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][10].
143+
These standard labels are part of [Unified Service Tagging][8].
144144

145145
#### Example: HTTP check on an NGINX-backed service
146146

147-
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:
148148

149149
```yaml
150150
apiVersion: v1
@@ -175,7 +175,7 @@ spec:
175175
run: my-nginx
176176
```
177177

178-
In addition, each pod should be monitored with the [NGINX check][9], as it enables the monitoring of each worker as well as the aggregated service.
178+
In addition, each pod should be monitored with the [NGINX check][10], as it enables the monitoring of each worker as well as the aggregated service.
179179

180180
## Troubleshooting
181181

@@ -314,6 +314,6 @@ The Agent `status` command should show the check instance running and reporting
314314
[5]: /developers/write_agent_check/
315315
[6]: /integrations/mysql/
316316
[7]: /agent/faq/template_variables/
317-
[8]: /integrations/http_check/
318-
[9]: /integrations/nginx/
319-
[10]: /tagging/unified_service_tagging
317+
[8]: /getting_started/tagging/unified_service_tagging
318+
[9]: /integrations/http_check/
319+
[10]: /integrations/nginx/

content/en/agent/cluster_agent/endpointschecks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ tags.datadoghq.com/version: "<VERSION>"
141141
```
142142
143143
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][11].
144+
These standard labels are part of [Unified Service Tagging][8].
145145
146146
#### Example: HTTP check on an NGINX-backed service with NGINX check on the service's endpoints
147147

148-
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:
149149

150150
```yaml
151151
apiVersion: v1
@@ -188,7 +188,7 @@ spec:
188188

189189
## Troubleshooting
190190

191-
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.
192192

193193
**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.
194194

@@ -282,7 +282,7 @@ State: dispatched to gke-cluster-default-pool-4658d5d4-qfnt
282282
[5]: /agent/guide/agent-commands/
283283
[6]: /agent/kubernetes/integrations/?tab=kubernetes#template-source-kubernetes-pod-annotations
284284
[7]: /agent/kubernetes/integrations/?tab=kubernetes#supported-template-variables
285-
[8]: /integrations/http_check/
286-
[9]: /integrations/nginx/
287-
[10]: /agent/cluster_agent/troubleshooting/
288-
[11]: /tagging/unified_service_tagging
285+
[8]: /getting_started/tagging/unified_service_tagging
286+
[9]: /integrations/http_check/
287+
[10]: /integrations/nginx/
288+
[11]: /agent/cluster_agent/troubleshooting/

content/en/agent/docker/log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ For Kubernetes environements, refer to the [Kubernetes short lived container doc
240240
{{< partial name="whats-next/whats-next.html" >}}
241241

242242
[1]: /integrations/journald/
243-
[2]: /tagging/unified_service_tagging
243+
[2]: /getting_started/tagging/unified_service_tagging
244244
[3]: /agent/docker/integrations/
245245
[4]: /agent/kubernetes/integrations/?tab=kubernetespodannotations#configuration
246246
[5]: /agent/logs/#custom-log-collection

content/en/agent/docker/tag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Docker Tag Extraction
33
kind: documentation
44
further_reading:
5-
- link: "/tagging/"
5+
- link: "/getting_started/tagging/"
66
tag: "Documentation"
77
text: "Getting started with tags"
8-
- link: "/tagging/using_tags/"
8+
- link: "/getting_started/tagging/using_tags/"
99
tag: "Documentation"
1010
text: "Using tags with Datadog"
1111
- link: "/agent/guide/autodiscovery-management/"
@@ -108,4 +108,4 @@ docker_env_as_tags:
108108
## Further Reading
109109

110110
{{< partial name="whats-next/whats-next.html" >}}
111-
[1]: /tagging/unified_service_tagging
111+
[1]: /getting_started/tagging/unified_service_tagging

content/en/agent/guide/ad_identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ com.datadoghq.ad.check.id: <INTEGRATION_AUTODISCOVERY_IDENTIFIER>
9191

9292
{{< partial name="whats-next/whats-next.html" >}}
9393

94-
[1]: /tagging/unified_service_tagging
94+
[1]: /getting_started/tagging/unified_service_tagging

0 commit comments

Comments
 (0)