Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpSpan ¶
type HttpSpan struct {
Parent *HttpSpanCreator
Id, Php, Path, Method string
T0 time.Time // when the span was created
}
type HttpSpanCreator ¶
type HttpSpanCreator struct {
ResponseType_0own1proxied bool
StarterFunc func(s *HttpSpan)
FinisherFunc func(s *HttpSpan)
}
func NewHttpSpanCreator ¶
func NewHttpSpanCreator(optFuncs ...func(f *HttpSpanCreator)) (c *HttpSpanCreator, err error)
func (*HttpSpanCreator) NewSpan ¶
func (c *HttpSpanCreator) NewSpan(id, php, path, method string) (s *HttpSpan)
Click to show internal directories.
Click to hide internal directories.