jaeger

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

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

func NewReporter(address string) (*reporter, error)

Types

type Reporter

type Reporter interface {
	FindTraces(nodeName, operationName string) (iterators.Iterator[*api_v2.SpansResponseChunk], error)
	GetServices() ([]string, error)
	GetOperations(nodeName string) ([]string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL