Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 v0.6.0 Dec 4, 2020 Changes in this version + var CacheHitsTotal = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var RPC = metrics.RPC + func WrapDB(driver string, trustDB trust.DB) trust.DB