mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-11 23:03:57 +01:00
Fix typo in log
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
This commit is contained in:
parent
90aa8efb29
commit
70779b26ad
2
stats.go
2
stats.go
@ -83,7 +83,7 @@ func startPrometheusStats(l *logrus.Logger, i time.Duration, c *config.C, listen
|
||||
subsystem := c.GetString("stats.subsystem", "")
|
||||
|
||||
if listen == "" {
|
||||
return nil, fmt.Errorf("http.listen or stats.listen must be defined to use promtheus stats")
|
||||
return nil, fmt.Errorf("http.listen or stats.listen must be defined to use Prometheus stats")
|
||||
}
|
||||
|
||||
pr := prometheus.NewRegistry()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user