Add prometheus and disable http2

This commit is contained in:
Bolke de Bruin
2020-07-14 08:43:25 +02:00
parent 1f191a5e41
commit 33a5e0e03c
3 changed files with 43 additions and 5 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.14
require (
github.com/gorilla/websocket v1.4.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.7.1
)