Documentation
¶
Index ¶
- Constants
- type Backend
- func (b *Backend) FindTraceIDs(ctx context.Context, query *jaeger_spanstore.TraceQueryParameters) ([]jaeger.TraceID, error)
- func (b *Backend) FindTraces(ctx context.Context, query *jaeger_spanstore.TraceQueryParameters) ([]*jaeger.Trace, error)
- func (b *Backend) GetDependencies(ctx context.Context, endTs time.Time, lookback time.Duration) ([]jaeger.DependencyLink, error)
- func (b *Backend) GetOperations(ctx context.Context, query jaeger_spanstore.OperationQueryParameters) ([]jaeger_spanstore.Operation, error)
- func (b *Backend) GetServices(ctx context.Context) ([]string, error)
- func (b *Backend) GetTrace(ctx context.Context, traceID jaeger.TraceID) (*jaeger.Trace, error)
- func (b *Backend) WriteSpan(ctx context.Context, span *jaeger.Span) error
- type Config
Constants ¶
View Source
const ( AcceptHeaderKey = "Accept" ProtobufTypeHeaderValue = "application/protobuf" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) FindTraceIDs ¶
func (b *Backend) FindTraceIDs(ctx context.Context, query *jaeger_spanstore.TraceQueryParameters) ([]jaeger.TraceID, error)
func (*Backend) FindTraces ¶
func (b *Backend) FindTraces(ctx context.Context, query *jaeger_spanstore.TraceQueryParameters) ([]*jaeger.Trace, error)
func (*Backend) GetDependencies ¶
func (*Backend) GetOperations ¶
func (b *Backend) GetOperations(ctx context.Context, query jaeger_spanstore.OperationQueryParameters) ([]jaeger_spanstore.Operation, error)
Click to show internal directories.
Click to hide internal directories.