Versions in this module Expand all Collapse all v0 v0.0.7 Apr 8, 2020 v0.0.6 Feb 13, 2020 Changes in this version + type MetricConfig struct + Host string + Port int + RunMode config.RunMode + func NewMetricConfig(cfg *config.AppConfig) *MetricConfig + type MetricServer struct + func NewMetricServer(cfg *MetricConfig, graceful *graceful_service.GracefulService) *MetricServer + func (m MetricServer) Start()