Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2024 Changes in this version + type Metrics interface + Counter func(name string, val interface{}, tags ...Tag) + Duration func(name string, start time.Time, tags ...Tag) + Store func(name string, val interface{}, tags ...Tag) + Summary func(name string, val interface{}, tags ...Tag) + func NewMock(env, component string, logMetrics bool) Metrics + type Tag struct + Name string + Value string