diff --git a/server.go b/server.go index ab90bbc9a..7856f5ac7 100644 --- a/server.go +++ b/server.go @@ -382,7 +382,7 @@ func NewServer(opts ...ServerOption) (*Server, error) { } // Append the NodeID tag to stats. - s.holder.Stats = s.holder.Stats.WithTags(fmt.Sprintf("NodeID:%s", s.nodeID)) + s.holder.Stats = s.holder.Stats.WithTags(fmt.Sprintf("node_id:%s", s.nodeID)) s.executor.Holder = s.holder s.executor.Node = node