[#xx] Fix invalid log metric namespace identifier

Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
This commit is contained in:
Alejandro Lopez 2023-06-13 15:27:38 +03:00
parent 4887f489a1
commit 344d6b2ae1
3 changed files with 4 additions and 4 deletions

View file

@ -542,7 +542,7 @@ func initCfg(appCfg *config.Config) *cfg {
logPrm, err := c.loggerPrm()
fatalOnErr(err)
logPrm.MetricsNamespace = "frostfs-node"
logPrm.MetricsNamespace = "frostfs_node"
log, err := logger.NewLogger(logPrm)
fatalOnErr(err)