jaeger

package
v1.24.17 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ClientInterface
	// contains filtered or unexported fields
}

Client for Jaeger API.

func NewClient

func NewClient(token string) (*Client, error)

func (*Client) GetAppTraces added in v1.24.0

func (in *Client) GetAppTraces(ns, app string, query models.TracingQuery) (traces *JaegerResponse, err error)

GetAppTraces fetches traces of an app

func (*Client) GetErrorTraces

func (in *Client) GetErrorTraces(ns, app string, duration time.Duration) (errorTraces int, err error)

GetErrorTraces fetches number of traces in error for the given app

func (*Client) GetTraceDetail

func (in *Client) GetTraceDetail(traceId string) (*JaegerSingleTrace, error)

GetTraceDetail fetches a specific trace from its ID

type ClientInterface

type ClientInterface interface {
	GetAppTraces(ns, app string, query models.TracingQuery) (traces *JaegerResponse, err error)
	GetTraceDetail(traceId string) (*JaegerSingleTrace, error)
	GetErrorTraces(ns, app string, duration time.Duration) (errorTraces int, err error)
}

ClientInterface for mocks (only mocked function are necessary here)

type JaegerResponse added in v1.12.1

type JaegerResponse struct {
	Data              []jaegerModels.Trace `json:"data"`
	Errors            []structuredError    `json:"errors"`
	JaegerServiceName string               `json:"jaegerServiceName"`
}

type JaegerServices added in v1.12.1

type JaegerServices struct {
	Data []string `json:"data"`
}

type JaegerSingleTrace added in v1.19.0

type JaegerSingleTrace struct {
	Data   jaegerModels.Trace `json:"data"`
	Errors []structuredError  `json:"errors"`
}

type JaegerSpan added in v1.24.0

type JaegerSpan struct {
	jaegerModels.Span
	TraceSize int `json:"traceSize"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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