Tracing Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 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 [[Directed Acyclic Graph|directed acyclic graph (DAG)]] of [[#Span|spans]].
A trace is a [[Graph_Concepts#Directed_Acyclic_Graph|directed acyclic graph (DAG)]] of [[#Span|spans]].


=Span=
=Span=


=Reference=
A reference is an edge between [[#Span|spans]].


=Distributed Trace=
=Distributed Trace=

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.

Distributed Trace