Add db metrics

This commit is contained in:
Ben Johnson
2020-12-31 16:09:35 -07:00
parent da5087c14c
commit 9d0e79c2cf
5 changed files with 590 additions and 20 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.15
require (
github.com/mattn/go-sqlite3 v1.14.5
github.com/prometheus/client_golang v1.9.0
gopkg.in/yaml.v2 v2.4.0
)