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

View File

@@ -0,0 +1,5 @@
Bugfix: Fixed proxy build info
The version string for the proxy service has been changed to 'version'.
https://github.com/owncloud/ocis/pull/10039

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)