diff --git a/pkg/rpcserver/rpcserver.go b/pkg/rpcserver/rpcserver.go index fddc6e8ccf2c..b0ab14c17e71 100644 --- a/pkg/rpcserver/rpcserver.go +++ b/pkg/rpcserver/rpcserver.go @@ -140,7 +140,7 @@ func NewNamedStats(name string) Stats { stat.Rate{}, stat.NoGraph), StatModules: stat.New("modules"+suffix, "Number of loaded kernel modules", stat.NoGraph, stat.Link("/modules"+linkSuffix)), - StatExecutorRestarts: stat.New("executor restarts", + StatExecutorRestarts: stat.New("executor restarts"+suffix, "Number of times executor process was restarted", stat.Rate{}, stat.Graph("executor")), } }