Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 795cd4c

Browse files
authored
Merge pull request DataDog#14574 from DataDog/uchen/move-dashboards-faqs
Create top level Metrics Guide section
2 parents d9d5d1c + 4dfde08 commit 795cd4c

File tree

9 files changed

+27
-75
lines changed

9 files changed

+27
-75
lines changed

config/_default/menus/menus.en.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,10 +1040,10 @@ main:
10401040
identifier: dev_tools_metrics_api
10411041
weight: 705
10421042
- name: Guides
1043-
url: metrics/custom_metrics/guide
1044-
parent: metrics_custom_metrics
1045-
identifier: custom_metrics_guide
1046-
weight: 706
1043+
url: metrics/guide
1044+
parent: metrics_top_level
1045+
identifier: metrics_guide
1046+
weight: 8
10471047
- name: Notebooks
10481048
url: notebooks/
10491049
identifier: notebooks

content/en/dashboards/faq/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ aliases:
1919
{{< nextlink href="dashboards/faq/how-can-i-graph-host-uptime-percentage" >}}How can I graph host uptime percentage?{{< /nextlink >}}
2020
{{< nextlink href="dashboards/faq/why-does-zooming-out-a-timeframe-also-smooth-out-my-graphs" >}}Why does zooming out a timeframe also smooth out my graphs?{{< /nextlink >}}
2121
{{< nextlink href="dashboards/faq/the-same-color-is-used-twice-in-my-graph" >}}The same color is used twice in my graph!{{< /nextlink >}}
22-
{{< nextlink href="dashboards/faq/i-m-switching-between-the-sum-min-max-avg-aggregators-but-the-values-look-the-same" >}}I'm switching between the sum/min/max/avg aggregators but the values look the same?{{< /nextlink >}}
2322
{{< nextlink href="dashboards/faq/historical-data" >}}Historical Data{{< /nextlink >}}
2423
{{< /whatsnext >}}

content/en/dashboards/guide/query-to-the-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ Documentation about [StatsD/DogStatsD][10].
166166
[5]: /dashboards/querying/#rollup-to-aggregate-over-time
167167
[6]: /dashboards/faq/why-does-zooming-out-a-timeframe-also-smooth-out-my-graphs/
168168
[7]: /dashboards/functions/rollup/
169-
[8]: /dashboards/faq/i-m-switching-between-the-sum-min-max-avg-aggregators-but-the-values-look-the-same/
169+
[8]: /metrics/guide/different-aggregators-look-same/
170170
[9]: https://www.datadoghq.com/blog/visualize-statsd-metrics-counts-graphing
171171
[10]: /metrics/custom_metrics/dogstatsd_metrics_submission/

content/en/metrics/custom_metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ aliases:
99
- /developers/metrics/custom_metrics/
1010
- /getting_started/custom_metrics
1111
- /developers/metrics/
12+
- /metrics/guide/tag-configuration-cardinality-estimation-tool/
1213
further_reading:
1314
- link: "/developers/dogstatsd/"
1415
tag: "Documentation"

content/en/metrics/custom_metrics/guide/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/en/metrics/guide/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Metrics Guides
3+
kind: guide
4+
description: Index of Metrics Guides
5+
aliases:
6+
- /metrics/custom_metrics/guide/
7+
private: true
8+
disable_sidebar: true
9+
---
10+
11+
{{< whatsnext desc="General guides:" >}}
12+
{{< nextlink href="metrics/guide/different-aggregators-look-same/" >}}Switching between the sum/min/max/avg aggregators doesn't change the value{{< /nextlink >}}
13+
{{< nextlink href="metrics/guide/calculating-the-system-mem-used-metric/" >}}Calculating the system.mem.used metric{{< /nextlink >}}
14+
{{< /whatsnext >}}
15+
16+
{{< whatsnext desc="Custom metrics guides:" >}}
17+
{{< nextlink href="integrations/observability_pipelines/guide/custom-metrics-governance-drop-metrics-missing-specific-tags" >}}Custom Metrics Governance - Drop Metrics Missing Specific Tags{{< /nextlink >}}
18+
{{< /whatsnext >}}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: I'm switching between the sum/min/max/avg aggregators but the values look the same?
2+
title: Switching between the sum/min/max/avg aggregators doesn't change the value
33
kind: faq
44
aliases:
55
- /graphing/faq/i-m-switching-between-the-sum-min-max-avg-aggregators-but-the-values-look-the-same
6+
- /dashboards/faq/i-m-switching-between-the-sum-min-max-avg-aggregators-but-the-values-look-the-same
67
further_reading:
78
- link: '/metrics/introduction/#combining-time-series'
89
tag: 'Documentation'

content/en/metrics/guide/tag-configuration-cardinality-estimation-tool.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

content/en/metrics/metrics-without-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Learn more about [Custom Metrics Billing][8].
9191
[2]: /api/latest/metrics/#create-a-tag-configuration
9292
[3]: /api/latest/metrics/#update-a-tag-configuration
9393
[4]: /api/latest/metrics/#delete-a-tag-configuration
94-
[5]: /metrics/guide/tag-configuration-cardinality-estimation-tool/
94+
[5]: /api/latest/metrics/#tag-configuration-cardinality-estimator
9595
[6]: /metrics/#time-and-space-aggregation
9696
[7]: /metrics/summary/#configuration-of-multiple-metrics
9797
[8]: /account_management/billing/custom_metrics/?tab=countrategauge

0 commit comments

Comments
 (0)