remove hashRevDurations

This commit is contained in:
Wenjia 2018-07-20 13:48:35 -07:00 committed by GitHub
parent a3c0a99067
commit 8c9fd1b5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,6 @@ func init() {
prometheus.MustRegister(dbTotalSize)
prometheus.MustRegister(dbTotalSizeInUse)
prometheus.MustRegister(hashDurations)
prometheus.MustRegister(hashRevDurations)
}
// ReportEventReceived reports that an event is received.