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: docs/sources/tutorials/scenarios/monitor-docker-containers.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ docker compose up -d
38
38
39
39
Open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
40
40
41
+
With the Alloy UI, you can monitor the health of your Alloy deployment.
42
+
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
43
+
41
44
<!--
42
45
Add info about what the user can see in this view and a link to the relevant docs
43
46
-->
@@ -46,10 +49,8 @@ Add info about what the user can see in this view and a link to the relevant doc
46
49
47
50
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
48
51
49
-
<!--
50
-
Add info about dashboards
51
-
Add steps to create a basic dashboard to monitor some stats/logs that woudl be interesting to a user
52
-
-->
52
+
With the Grafana UI, you can create your own dashboards to create queries and visualize any aspect of your Docker container metrics and logs.
53
+
Refer to [Build your first dashboard](https://grafana.com/docs/grafana/latest/getting-started/build-first-dashboard/#create-a-dashboard) for detailed information about dashboards in Grafana.
0 commit comments