mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 08:27:27 -04:00
Merge pull request #10039 from nazliyanik/fix-proxy-build-info
Changing the "versions" string to "version" for Proxy Service
This commit is contained in:
5
changelog/unreleased/fix-proxy-build-info.md
Normal file
5
changelog/unreleased/fix-proxy-build-info.md
Normal 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
|
||||
@@ -46,7 +46,7 @@ func New() *Metrics {
|
||||
Subsystem: Subsystem,
|
||||
Name: "build_info",
|
||||
Help: "Build Information",
|
||||
}, []string{"versions"}),
|
||||
}, []string{"version"}),
|
||||
}
|
||||
|
||||
_ = prometheus.Register(m.Requests)
|
||||
|
||||
Reference in New Issue
Block a user