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
@@ -41,11 +47,7 @@ Open your browser and navigate to [`http://localhost:12345`](http://localhost:12
41
47
With the Alloy UI, you can monitor the health of your Alloy deployment.
42
48
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
43
49
44
-
<!--
45
-
Add info about what the user can see in this view and a link to the relevant docs
46
-
-->
47
-
48
-
## Access the Grafana UI
50
+
## Use the Grafana UI
49
51
50
52
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
Open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
37
42
38
-
## Access the Grafana UI
43
+
With the Alloy UI, you can monitor the health of your Alloy deployment.
44
+
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
45
+
46
+
## Use the Grafana UI
39
47
40
48
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
49
+
50
+
With the Grafana UI, you can create your own dashboards to create queries and visualize any aspect of your Docker container metrics and logs.
51
+
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.
52
+
53
+
## Shut down the Grafana stack
54
+
55
+
Stop Docker to shut down the Grafana stack.
56
+
57
+
```shell
58
+
docker compose down
59
+
```
60
+
61
+
## Understand the {{% param "PRODUCT_NAME" %}} configuration
Open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
37
42
38
-
## Access the Grafana UI
43
+
With the Alloy UI, you can monitor the health of your Alloy deployment.
44
+
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
45
+
46
+
## Use the Grafana UI
39
47
40
48
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
49
+
50
+
With the Grafana UI, you can create your own dashboards to create queries and visualize any aspect of your Docker container metrics and logs.
51
+
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.
52
+
53
+
## Shut down the Grafana stack
54
+
55
+
Stop Docker to shut down the Grafana stack.
56
+
57
+
```shell
58
+
docker compose down
59
+
```
60
+
61
+
## Understand the {{% param "PRODUCT_NAME" %}} configuration
First, you need to deploy Grafana, Loki and Prometheus on your Windows machine.
37
-
Within this tutorial, we have included a docker-compose file that will deploy Grafana, Loki and Prometheus on your Windows machine.
40
+
Start Docker to deploy the Grafana stack.
38
41
39
42
```shell
40
43
cd alloy-scenarios/windows
@@ -47,8 +50,6 @@ You can check the status of the containers by running the following command:
47
50
docker ps
48
51
```
49
52
50
-
Grafana should be running on [http://localhost:3000](http://localhost:3000).
51
-
52
53
## Install {{% param "PRODUCT_NAME" %}}
53
54
54
55
Follow the instructions in the [Grafana Alloy documentation](https://grafana.com/docs/alloy/latest/set-up/install/windows/) to install Grafana Alloy on your Windows machine.
You can check the status of the containers by running the following command:
40
+
41
+
```shell
42
+
docker ps
43
+
```
44
+
45
+
## View the {{% param "PRODUCT_NAME" %}} UI
46
+
47
+
Open your browser and navigate to [`http://localhost:12345`](http://localhost:12345).
35
48
36
-
Open your browser and navigate to [`http://localhost:12345`][http://localhost:12345].
49
+
With the Alloy UI, you can monitor the health of your Alloy deployment.
50
+
Refer to [Debug Grafana Alloy](https://grafana.com/docs/alloy/latest/troubleshoot/debug/) for more information about the {{< param "PRODUCT_NAME" >}} UI.
37
51
38
-
## Access the Grafana UI
52
+
## Use the Grafana UI
53
+
54
+
Open your browser and navigate to [`http://localhost:3000`](http://localhost:3000).
55
+
56
+
With the Grafana UI, you can create your own dashboards to create queries and visualize any aspect of your Docker container metrics and logs.
57
+
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.
58
+
59
+
## Shut down the Grafana stack
60
+
61
+
Stop Docker to shut down the Grafana stack.
62
+
63
+
```shell
64
+
docker compose down
65
+
```
39
66
40
-
Open your browser and navigate to [`http://localhost:3000`][http://localhost:3000].
67
+
## Understand the {{% param "PRODUCT_NAME" %}} configuration
0 commit comments