Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteToCSV ¶
WriteToCSV writes the given Traces as a CSV to the filename
Types ¶
type JaegerTracesResponse ¶
type JaegerTracesResponse struct { Data []json.Trace `json:"data"` Total int `json:"total"` Limit int `json:"limit"` Offset int `json:"offset"` Errors interface{} `json:"errors"` }
JaegerTracesResponse represents a Jaeger Trace Search response
func JaegerSearchTraces ¶
func JaegerSearchTraces(client *http.Client, host string, limit int, lookback, service, tags string) (*JaegerTracesResponse, error)
JaegerSearchTraces searches Jaeger for Traces with the given parameters
type Trace ¶
Trace represents Trace
func GenerateTraceWithSpansMap ¶
func GenerateTraceWithSpansMap(info *JaegerTracesResponse) []*Trace
GenerateTraceWithSpansMap builds traces list with span map
Click to show internal directories.
Click to hide internal directories.