Merge pull request #10039 from nazliyanik/fix-proxy-build-info

Changing the "versions" string to "version" for Proxy Service
This commit is contained in:
Jörn Friedrich Dreyer
2024-09-20 12:46:43 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func New() *Metrics {
Subsystem: Subsystem,
Name: "build_info",
Help: "Build Information",
}, []string{"versions"}),
}, []string{"version"}),
}
_ = prometheus.Register(m.Requests)