Implement Prometheus metrics

This commit is contained in:
TwinProduction
2019-11-16 15:46:52 -05:00
parent 9cf118996d
commit 3620e5306c
174 changed files with 54941 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
)
type Config struct {
Metrics bool `yaml:"metrics"`
Services []*core.Service `yaml:"services"`
}