hunt-http v0.8.2 (2022-03-03T02:59:30Z)
Home
Dub
Repo
Tracer
hunt
trace
Tracer
Undocumented in source.
class
Tracer {
__gshared
EndPoint
localEndpoint
;
__gshared
bool
upload
;
Span
root
;
Span
[]
children
;
this
(string spanName, string spanKind, string b3Header);
Span
addSpan
(string spanName);
}
Constructors
this
this
(string spanName, string spanKind, string b3Header)
Undocumented in source.
Members
Functions
addSpan
Span
addSpan
(string spanName)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
localEndpoint
EndPoint
localEndpoint
;
Undocumented in source.
upload
bool
upload
;
Undocumented in source.
Variables
children
Span
[]
children
;
Undocumented in source.
root
Span
root
;
Undocumented in source.
Meta
Source
See Implementation
hunt
trace
Tracer
classes
Tracer
static variables
isTraceEnabled