Skip to content

Commit

Permalink
Make metrics names consistent (#1035)
Browse files Browse the repository at this point in the history
Closes #1014.
  • Loading branch information
roman-khimov authored Dec 3, 2024
2 parents 8a5934c + aba1f83 commit ebdd51b
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 ebdd51b

Please sign in to comment.