Skip to content

Commit 1d15bfb

Browse files
[Docs] Minor refactoring (moved Monitoring and Plugins to Guides)
1 parent 1321113 commit 1d15bfb

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/blog/posts/metrics-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ For persistent storage and long-term access to metrics, we still recommend setti
5555
metrics from `dstack`.
5656

5757
!!! info "What's next?"
58-
1. See [Metrics](../../docs/concepts/metrics.md)
58+
1. See [Monitoring](../../docs/guides/monitoring.md)
5959
2. Check [dev environments](../../docs/concepts/dev-environments.md), [tasks](../../docs/concepts/tasks.md), [services](../../docs/concepts/services.md), and [fleets](../../docs/concepts/fleets.md)
6060
3. Join [Discord :material-arrow-top-right-thin:{ .external }](https://discord.gg/u8SmfwPpMd){:target="_blank"}

docs/blog/posts/prometheus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Overall, `dstack` collects three groups of metrics:
4646
| **Runs** | Run metrics include run counters for each user in each project. |
4747
| **Jobs** | A run consists of one or more jobs, each mapped to a container. Job metrics offer insights into execution time, cost, GPU model, NVIDIA DCGM telemetry, and more. |
4848

49-
For a full list of available metrics and labels, check out [Metrics](../../docs/concepts/metrics.md).
49+
For a full list of available metrics and labels, check out [Monitoring](../../docs/guides/monitoring.md).
5050

5151
??? info "NVIDIA"
5252
NVIDIA DCGM metrics are automatically collected for `aws`, `azure`, `gcp`, and `oci` backends,
@@ -60,7 +60,7 @@ For a full list of available metrics and labels, check out [Metrics](../../docs/
6060
only accessible through the UI and the [`dstack metrics`](dstack-metrics.md) CLI.
6161

6262
!!! info "What's next?"
63-
1. See [Metrics](../../docs/concepts/metrics.md)
63+
1. See [Metrics](../../docs/guides/monitoring.md)
6464
1. Check [dev environments](../../docs/concepts/dev-environments.md),
6565
[tasks](../../docs/concepts/tasks.md), [services](../../docs/concepts/services.md),
6666
and [fleets](../../docs/concepts/fleets.md)
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ plugins:
106106
'blog/data-centers-and-private-clouds.md': 'blog/posts/gpu-blocks-and-proxy-jump.md'
107107
'blog/distributed-training-with-aws-efa.md': 'blog/posts/efa.md'
108108
'blog/dstack-stats.md': 'blog/posts/dstack-metrics.md'
109+
'docs/concepts/metrics.md': 'docs/guides/monitoring.md'
109110
- typeset
110111
- gen-files:
111112
scripts: # always relative to mkdocs.yml
@@ -196,20 +197,20 @@ nav:
196197
- Installation: docs/installation/index.md
197198
- Quickstart: docs/quickstart.md
198199
- Concepts:
200+
- Backends: docs/concepts/backends.md
199201
- Dev environments: docs/concepts/dev-environments.md
200202
- Tasks: docs/concepts/tasks.md
201203
- Services: docs/concepts/services.md
202204
- Fleets: docs/concepts/fleets.md
203205
- Volumes: docs/concepts/volumes.md
204206
- Repos: docs/concepts/repos.md
205-
- Metrics: docs/concepts/metrics.md
206-
- Backends: docs/concepts/backends.md
207207
- Projects: docs/concepts/projects.md
208208
- Gateways: docs/concepts/gateways.md
209-
- Plugins: docs/concepts/plugins.md
210209
- Guides:
211210
- Protips: docs/guides/protips.md
212211
- Server deployment: docs/guides/server-deployment.md
212+
- Monitoring: docs/guides/monitoring.md
213+
- Plugins: docs/guides/plugins.md
213214
- Troubleshooting: docs/guides/troubleshooting.md
214215
- Reference:
215216
- .dstack.yml:

0 commit comments

Comments
 (0)