Skip to content

Commit bbec7f6

Browse files
committed
docs: Move observability. Add external links. Fix admonitions
1 parent 29f451f commit bbec7f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/platform/observability/get-started/userguide-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This guide walks you through how to monitor your stack using the included Grafana dashboards. It shows how to use each dashboard, and some ideas of what things to look out for.
33

44
## Availability - How well are things running?
5-
![Availability Dashboard](../../_static/screenshots-dashboards-availability.png)
5+
![Availability Dashboard](../../../_static/screenshots-dashboards-availability.png)
66

77
Open the Cogstack Monitoring Dashboard on [localhost/grafana](http://localhost/grafana/d/NEzutrbMk/cogstack-monitoring-dashboard)
88

@@ -20,7 +20,7 @@ Use the filters at the top, or click in the table to better filter the view down
2020
See [Setup Probing](../setup/probing.md) to do the full setup of probers.
2121

2222
## Inventory - What is running?
23-
![Docker Metrics Dashboard](../../_static/screenshots-dashboards-docker-metrics.png)
23+
![Docker Metrics Dashboard](../../../_static/screenshots-dashboards-docker-metrics.png)
2424

2525
Use the Docker Metrics dashboard to check which containers are running, where, and whether they're healthy. This is useful for verifying deployments or diagnosing issues.
2626

@@ -36,7 +36,7 @@ See [telemetry](../setup/telemetry.md) to set this up
3636
Some additional dashboards are setup to provide more metrics.
3737

3838
### VM Metrics
39-
![ VM Metrics dashboard ](../../_static/screenshots-dashboards-vm-metrics.png)
39+
![ VM Metrics dashboard ](../../../_static/screenshots-dashboards-vm-metrics.png)
4040

4141
Open the VM Metrics dashboard on [localhost/grafana](http://localhost/grafana/d/rYdddlPWk/vm-metrics-in-cogstack)
4242

@@ -50,7 +50,7 @@ Look for things like:
5050
- Trends over time, by setting the time filter to 30 days. Is your disk usage increasing over time?
5151

5252
### Elasticsearch Metrics
53-
![ElasticSearch Metrics Dashboard](../../_static/screenshots-dashboards-es-metrics.png)
53+
![ElasticSearch Metrics Dashboard](../../../_static/screenshots-dashboards-es-metrics.png)
5454
Open the Elasticsearch Metrics dashboard on [localhost/grafana](http://localhost/grafana/d/n_nxrE_mk/elasticsearch-metrics-in-cogstack)
5555

5656
This dashboard helps you understand how your ElasticSearch or Opensearch cluster is behaving.
@@ -66,7 +66,7 @@ See [telemetry](../setup/telemetry.md) to set this up
6666
Alerting is setup using Grafana Alerts, but paused by default
6767

6868
When alerts are setup, the grafana graphs will show when the alerts were fired.
69-
![Alerts Firing on dashboard](../../_static/screenshots-dashboards-alerts.png)
69+
![Alerts Firing on dashboard](../../../_static/screenshots-dashboards-alerts.png)
7070

7171
Two sets of rules are defined in this project:
7272

0 commit comments

Comments
 (0)