Tracing Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Span) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://github.com/opentracing/specification/blob/master/specification.md | |||
=Internal= | =Internal= | ||
* [[Tracing#Subjects|Tracing]] | * [[Tracing#Subjects|Tracing]] | ||
=Trace= | =Trace= | ||
A trace is a [[ | A trace is a [[Graph_Concepts#Directed_Acyclic_Graph|directed acyclic graph (DAG)]] of [[#Span|spans]]. | ||
=Span= | =Span= |
Latest revision as of 23:25, 1 October 2021
External
Internal
Trace
A trace is a directed acyclic graph (DAG) of spans.
Span
Reference
A reference is an edge between spans.