Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(conn *grpc.ClientConn) *Client
func (*Client) FindTraces ¶
func (c *Client) FindTraces(param *api_v3.TraceQueryParameters) ([]*Trace, error)
type Trace ¶
type Trace struct {
Spans []*v1Trace.ResourceSpans
}
Click to show internal directories.
Click to hide internal directories.