Skip to content

Commit

Permalink
Renamed jellybeans metrics to coolbeans (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
1xyz committed May 26, 2020
1 parent 8c2db92 commit e065409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/cmd/cmd_cluster.go
Expand Up @@ -150,7 +150,7 @@ func RunCoolbeans(c *ClusterNodeConfig) error {
if err != nil {
return err
}
if err := InitializeMetrics("jellybeans", c.PrometheusAddr); err != nil {
if err := InitializeMetrics("coolbeans", c.PrometheusAddr); err != nil {
log.Errorf("RunCoolbeans: InitializeMetrics: %v", err)
return err
}
Expand Down

0 comments on commit e065409

Please sign in to comment.