til/Development/prometheus.md

22 lines
342 B
Markdown
Raw Normal View History

2020-04-18 20:21:04 +00:00
# Prometheus
Assume you use Archlinux.
Read [Prometheus](https://wiki.archlinux.org/index.php/Prometheus).
Read [Getting started](https://prometheus.io/docs/prometheus/latest/getting_started/).
Start/enable service:
```sh
systemctl start prometheus.service
systemctl enable prometheus.service
```
UI:
```txt
http://localhost:9090
```