WIP: Begin adding prometheus metrics exporting

This commit is contained in:
Ian Fijolek
2019-11-15 11:25:21 -08:00
parent 1f6193e486
commit 6c7c0a470f
3 changed files with 97 additions and 2 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
)