diff --git a/internal/conf/conf.go b/internal/conf/conf.go index e5a35b90..2aeb8976 100644 --- a/internal/conf/conf.go +++ b/internal/conf/conf.go @@ -149,7 +149,7 @@ func (conf *Conf) fillAndCheck() error { } if conf.PPROFAddress == "" { - conf.MetricsAddress = ":9999" + conf.PPROFAddress = ":9999" } if len(conf.Protocols) == 0 {