add build information to metrics

Signed-off-by: David Christofas <dchristofas@owncloud.com>
This commit is contained in:
David Christofas
2020-09-25 13:15:20 +02:00
parent ff8fc23ce5
commit dab58c3637
6 changed files with 22 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ type Config struct {
Ldap Ldap
Ldaps Ldaps
Backend Backend
Version string
}
// New initializes a new configuration with or without defaults.