spanid

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package spans connect span

Index

Constants

View Source
const (
	// 原始数据中必须存在.
	Direction = "direction"

	AppTraceIDL    = "app_trace_id_l"
	AppTraceIDH    = "app_trace_id_h"
	AppParentIDL   = "app_parent_id_l"
	AppSpanSampled = "app_span_sampled"
	AppTraceEncode = "app_trace_encode"

	ThrTraceID = "thread_trace_id"
	ReqSeq     = "req_seq"
	RespSeq    = "resp_seq"

	EBPFSpanType = "ebpf_span_type"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ID64

type ID64 uint64

func (ID64) Byte

func (id ID64) Byte() []byte

func (ID64) StringDec

func (id ID64) StringDec() string

func (ID64) StringHex

func (id ID64) StringHex() string

func (ID64) Zero

func (id ID64) Zero() bool

type ID128

type ID128 struct {
	Low  uint64
	High uint64
}

func (ID128) Byte

func (id ID128) Byte() []byte

func (ID128) StringDec

func (id ID128) StringDec() string

func (ID128) StringHex

func (id ID128) StringHex() string

func (ID128) Zero

func (id ID128) Zero() bool

Jump to

Keyboard shortcuts

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