Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IsTransfer = ContainsSpanWithName("/idap/assets/currencies/transfers") IsWithdrawal = ContainsSpanWithName("/idap/assets/currencies/withdrawals") IsTransaction = iterators.Or(IsTransfer, IsWithdrawal) )
Functions ¶
func ContainsSpanWithName ¶
func ContainsSpanWithName(name string) func(t *api_v2.SpansResponseChunk) bool
func LargestEventGap ¶
func LargestEventGap(t *v1.TracesData) (time.Duration, error)
func NewLocalReporter ¶
func NewLocalReporter() (*reporter, error)
func NewReporter ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.