Skip to content

Commit 97d7e8d

Browse files
Update the info in docker topic
1 parent c40dbd0 commit 97d7e8d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/sources/tutorials/scenarios/monitor-docker-containers.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,25 @@ cd alloy-scenarios/docker-monitoring
4040
docker compose up -d
4141
```
4242

43+
You can check the status of the containers by running the following command:
44+
45+
```shell
46+
docker ps
47+
```
48+
4349
## View the {{% param "PRODUCT_NAME" %}} UI
4450

45-
Open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
51+
To monitor the health of your {{< param "PRODUCT_NAME" >}} deployment, open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
4652

47-
With the Alloy UI, you can monitor the health of your Alloy deployment.
4853
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
4954

5055
## Use the Grafana UI
5156

52-
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
57+
To create a [dashboard](https://grafana.com/docs/grafana/latest/getting-started/build-first-dashboard/#create-a-dashboard) to visualise your metrics and logs, open your browser and navigate to [`http://localhost:3000/dashboards`](http://localhost:3000/dashboards).
58+
59+
To explore metrics, open your browser and navigate to [http://localhost:3000/explore/metrics](http://localhost:3000/explore/metrics).
5360

54-
With the Grafana UI, you can create your own dashboards to create queries and visualize any aspect of your Docker container metrics and logs.
55-
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.
61+
To use the Grafana Logs Drilldown, open your browser and navigate to [http://localhost:3000/a/grafana-lokiexplore-app](http://localhost:3000/a/grafana-lokiexplore-app).
5662

5763
## Shut down the Grafana stack
5864

0 commit comments

Comments
 (0)