idutils

package
v0.0.0-...-faa13c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package idutils provides a set of helper functions to convert ids.

Functions in big_endian_converter.go help converting uint64 ids to TraceID and SpanID using big endian, and vice versa.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SpanIDToUInt64

func SpanIDToUInt64(spanID pcommon.SpanID) uint64

SpanIDToUInt64 converts the pcommon.SpanID to uint64 representation.

func TraceIDToUInt64Pair

func TraceIDToUInt64Pair(traceID pcommon.TraceID) (uint64, uint64)

TraceIDToUInt64Pair converts the pcommon.TraceID to a pair of uint64 representation.

func UInt64ToSpanID

func UInt64ToSpanID(id uint64) pcommon.SpanID

UInt64ToSpanID converts the uint64 representation of a SpanID to pcommon.SpanID.

func UInt64ToTraceID

func UInt64ToTraceID(high, low uint64) pcommon.TraceID

UInt64ToTraceID converts the pair of uint64 representation of a TraceID to pcommon.TraceID.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL