Add prometheus metrics exporter

This should add metrics parity to the Python version
This commit is contained in:
Ian Fijolek
2019-11-15 11:25:21 -08:00
parent 1f6193e486
commit 457e19af9b
6 changed files with 211 additions and 7 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module git.iamthefij.com/iamthefij/minitor-go
go 1.12
require gopkg.in/yaml.v2 v2.2.4
require (
github.com/prometheus/client_golang v1.2.1
gopkg.in/yaml.v2 v2.2.4
)