1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-30 15:51:14 +02:00

Add prometheus monitoring endpoint

This commit is contained in:
Alexandre Iooss
2020-09-21 21:33:32 +02:00
parent ad75d2c774
commit 7cdd78a70e
6 changed files with 116 additions and 12 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module gitlab.crans.org/nounous/ghostream
go 1.13
require github.com/spf13/viper v1.7.1
require (
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
)