Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + type Monitor struct + func GetMonitor(method string, logger log.Logger, metrics map[string]*RpcMetrics) *Monitor + func (m *Monitor) OnBegin() *Monitor + func (m *Monitor) OnEnd(args ...interface{}) + type RpcMetrics struct + Counter metrics.Counter + Histogram metrics.Histogram