Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BacktracePoint ¶
Also used as an origin (cause) of the event
func BacktracePointf ¶
func BacktracePointf(id string, format string, args ...any) *BacktracePoint
new backtrace point formatted
type EventTracingCounters ¶
type EventTracingCounters []int
func (EventTracingCounters) CloneBranchSub ¶
func (etc EventTracingCounters) CloneBranchSub() EventTracingCounters
func (EventTracingCounters) Inc ¶
func (etc EventTracingCounters) Inc()
type Forwardtrace ¶
type Forwardtrace struct {
ETC EventTracingCounters // []int
Tags Tags // []string
}
func (*Forwardtrace) TagsStringWith ¶
func (ft *Forwardtrace) TagsStringWith(tags ...string) string
faster alternative to the ...CloneWith("*****").String() idiom
type Tags ¶
type Tags []string
Can be reported to metrics, be careful to NOT put in them high-cardinality IDs. Last elements are most specific, first ones are the least.
Click to show internal directories.
Click to hide internal directories.