tracing

package
v1.4.8 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CtxTraceSpan = "x-trace-span"

Variables

This section is empty.

Functions

This section is empty.

Types

type RegistryRequest

type RegistryRequest struct {
	Ctx      context.Context
	Endpoint string
	Options  registry.PluginOp
}

type Request

type Request interface{}

type Span

type Span interface{}

type Tracing

type Tracing interface {
	ServerBegin(operationName string, r Request) Span
	ServerEnd(span Span, code int, message string)
	ClientBegin(operationName string, r Request) Span
	ClientEnd(span Span, code int, message string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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