Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
affff063cb
commit
2243f92fd6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func GetMetrics(router *gin.RouterGroup) {
|
||||||
}
|
}
|
||||||
|
|
||||||
conf := get.Config()
|
conf := get.Config()
|
||||||
counts := conf.ClientPublic().Count
|
counts := conf.ClientUser(false).Count
|
||||||
|
|
||||||
c.Stream(func(w io.Writer) bool {
|
c.Stream(func(w io.Writer) bool {
|
||||||
reg := prometheus.NewRegistry()
|
reg := prometheus.NewRegistry()
|
||||||
|
|
Loading…
Reference in a new issue