Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance interface { resource.Resource // QueryTraces gets at most number of limit most recent available traces from zipkin. // spanName filters that only trace with the given span name will be included. QueryTraces(limit int, spanName, annotationQuery string) ([]Trace, error) }
Instance represents a zipkin deployment on kube
Click to show internal directories.
Click to hide internal directories.