idutils

package
v0.30.1 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 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 pdata.SpanID) uint64

SpanIDToUInt64 converts the pdata.SpanID to uint64 representation.

func TraceIDToUInt64Pair

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

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

func UInt64ToSpanID

func UInt64ToSpanID(id uint64) pdata.SpanID

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

func UInt64ToTraceID

func UInt64ToTraceID(high, low uint64) pdata.TraceID

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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