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: prometheus/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,26 @@
1
1
# prometheus
2
2
[](https://hub.docker.com/r/stefanscherer/prometheus-windows/)
3
3
4
+
# PowerShell
5
+
6
+
The command line options with a dot need to be quoted in PowerShell:
@@ -13,3 +32,5 @@ $ open http://$(docker-machine ip windows):9090
13
32
```
14
33
15
34
See the [Getting started](https://prometheus.io/docs/introduction/getting_started/) guide to learn more about Prometheus.
35
+
36
+
See the script [start-prometheus.ps1](https://github.com/StefanScherer/docker-windows-box/blob/master/scripts/prometheus/start-prometheus.ps1) and [prom.yml](https://github.com/StefanScherer/docker-windows-box/blob/master/scripts/prometheus/prom.yml) to activate the Docker Metrics API and run Prometheus collecting it.
0 commit comments