Skip to content

Commit

Permalink
*: Make metrics names consistent
Browse files Browse the repository at this point in the history
Closes #1014.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Dec 2, 2024
1 parent 9c44b1a commit aba1f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/metrics/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
versionInfo = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: "neofs_s3",
Name: "version_info",
Name: "version",
Help: "Version of current NeoFS S3 Gate instance",
},
[]string{
Expand Down

0 comments on commit aba1f83

Please sign in to comment.