Commit
Author: Drew DeVault [sir@cmpwn.com]
Hash: 98a04053c3f6b5bda1bc1ae7df3de179488d595c
Timestamp: Fri, 18 Sep 2020 19:06:05 +0000 (4 years ago)

+4 -0 +/-1 browse
Add example chart
1diff --git a/README.md b/README.md
2index 4d8f80e..d6dcf0b 100644
3--- a/README.md
4+++ b/README.md
5 @@ -5,6 +5,10 @@ charts the result as an SVG.
6
7 [0]: https://prometheus.io/
8
9+ ![Live graph from metrics.sr.ht](https://metrics.sr.ht/chart.svg?title=Build%20worker%20load%20average&query=avg_over_time%28node_load15%7Binstance%3D~%22cirno%5B0-9%5D%2B.sr.ht%3A80%22%7D%5B1h%5D%29&max=64&since=336h&stacked&step=10000&height=3&width=10)
10+
11+ This is a live graph from [metrics.sr.ht](https://metrics.sr.ht)
12+
13 ## Running the daemon
14
15 ```