mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
8 lines
173 B
Go
8 lines
173 B
Go
package endpoint
|
|
|
|
import "github.com/prometheus/client_golang/prometheus"
|
|
|
|
func RegisterMetrics(r prometheus.Registerer) {
|
|
r.MustRegister(abstractionsCacheMetrics.count)
|
|
}
|