Documentation
¶
Index ¶
- type Endpoint
- func (e *Endpoint) GetTraceByID(ctx context.Context, id string) ([]byte, error)
- func (e *Endpoint) RunPromQL(ctx context.Context, promQL string) ([]byte, error)
- func (e *Endpoint) SearchLoki(query string) ([]byte, error)
- func (e *Endpoint) SearchTags(ctx context.Context, tags map[string]string) ([]byte, error)
- func (e *Endpoint) SearchTempo(ctx context.Context, query string) ([]byte, error)
- func (e *Endpoint) Start(ctx context.Context) error
- func (e *Endpoint) Stop(ctx context.Context) error
- func (e *Endpoint) TracerProvider(ctx context.Context, r *resource.Resource) (*trace.TracerProvider, error)
- type PortsConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶
func (*Endpoint) GetTraceByID ¶
func (*Endpoint) SearchTags ¶
func (*Endpoint) SearchTempo ¶
func (*Endpoint) TracerProvider ¶
Click to show internal directories.
Click to hide internal directories.