commit 4516e09e996e319b56ba6e73017d35bc5f00e3e0 Author: Ray Slakinski Date: Thu Apr 8 16:47:45 2021 -0400 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e42bcc --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## About + +Prometheus Agent that calculates days left to vacinate everyone in Ontario who is 18+ using the current rate of vacination + +## Running: + +```bash +$ go run main.go +``` + +## Reading metrics + +```bash +$ curl -s localhost:8080/metrics |grep ont |grep -v "#" +ont_covid_data_days_left 84 +ont_covid_data_previous_day_doses_administered 108563 +ont_covid_data_total_doses_administered 2.834784e+06 +``` \ No newline at end of file