Documentation ¶
Index ¶
Constants ¶
View Source
const ( InconsistentTraceIDsError = Error("inconsistent traceIDs") OrphanedSpanError = Error("orphaned span") NoRootError = Error("no root span") MultipleRootsError = Error("multiple root spans") )
Variables ¶
This section is empty.
Functions ¶
func Fingerprint ¶
Fingerprint generates a fingerprint for a set of traces. The fingerprint is a string that represents the sorted, unique paths in the traces.
If an error is returned, it will be of type Error and will indicate the problem with the trace. The fingerprint will be 0 in this case.
Types ¶
Click to show internal directories.
Click to hide internal directories.