Versions in this module Expand all Collapse all v1 v1.0.0 Mar 5, 2020 Changes in this version + const EventEndSpan + const EventLog + const EventStartSpan + type Event struct + At time.Time + Error error + Message string + Tags TagList + Type EventType + func (e Event) Format(f fmt.State, r rune) + type EventType uint8 + type MetricData interface + Groups func() []TagList + Handle func() string + type Tag struct + Key interface{} + Value interface{} + func (t Tag) Format(f fmt.State, r rune) + type TagList []Tag + func (l TagList) Equal(other TagList) bool + func (l TagList) Format(f fmt.State, r rune) + func (l TagList) Get(k interface{}) interface{} + func (l TagList) Less(other TagList) bool