Std.App.Trace
23 public declarations
- asHeader
&Std.App.Trace.Trace -> (Str, Str)The header as a name and a value, for adding to a request.
- childOf
&Std.App.Trace.Trace -> Std.App.Trace.TraceA step within the same piece of work, for what this service hands on.
- complete
&Std.App.Trace.Span -> BoolWhether a stretch has finished.
- continuing
Option[Str] -> Bool -> Std.App.Trace.TraceThe trace a request carried, or a new one when it carried nothing this can
- fieldsOf
&Std.App.Trace.Span -> Array[(Str, Str)]A span as the fields a log line carries, so one line ties to one trace.
- finished
&Std.App.Trace.Span -> Int -> Std.App.Trace.SpanThe same stretch, finished.
- headerName
StrWhat the header is called, for a program writing its own.
- isRecorded
&Std.App.Trace.Trace -> BoolWhether it is being recorded.
- noteOf
&Std.App.Trace.Span -> Str -> Option[Str]What was noted under a name.
- noting
&Std.App.Trace.Span -> Str -> Str -> Std.App.Trace.SpanThe same stretch with something noted about it.
- parse
Str -> Option[Std.App.Trace.Trace]The trace a header names, or nothing when it names none.
- recording
&Std.App.Trace.Trace -> Bool -> Std.App.Trace.TraceThe same trace, recorded or not.
- render
&Std.App.Trace.Trace -> StrThe header this trace travels in.
- span
&Std.App.Trace.Trace -> Str -> Int -> Std.App.Trace.SpanA stretch of work beginning now.
- Span
A named stretch of work within a trace.
- starting
Bool -> Std.App.Trace.TraceA new piece of work, recorded or not as the caller says.
- stepOf
&Std.App.Trace.Trace -> StrWhat this step in it is called.
- took
&Std.App.Trace.Span -> Option[Int]How long a finished stretch took, or nothing while it is still running.
- Trace
One piece of work, and this service's step in it.
- Trace
Std.Http.MethodOne piece of work, and this service's step in it.
- traced
&Std.App.Trace.Trace -> BoolWhether a trace is one anything can follow.
- untraced
Std.App.Trace.TraceA trace that follows nothing and is not recorded.
- workOf
&Std.App.Trace.Trace -> StrWhat the whole piece of work is called.
