The name of the action being traced as provided when it was started.
Add a label to the trace session.
Adds a key-value pair as a label to the trace span and metadata to the logged output. Both the name and value may be truncated in the trace according to hosting configuration. The value will be coerced to a string in tracing if it isn't one already.
End the trace session.
It the session were opened with a Google Cloud tracer, this will also end the associated tracer span.
Optional
info: TraceSessionInfoAdditional information to modify the logged session info. This can be used to provide a different level at which to log the session (default is "debug"). All other fields are used to add metadata to the logged session.
Generated using TypeDoc
A trace session that has been started.