package internal

import "go.opentelemetry.io/otel/internal"

Index

Functions

func BoolToRaw

func BoolToRaw(b bool) uint64

func Float64ToRaw

func Float64ToRaw(f float64) uint64

func Int64ToRaw

func Int64ToRaw(i int64) uint64

func RawPtrToFloat64Ptr

func RawPtrToFloat64Ptr(r *uint64) *float64

func RawPtrToInt64Ptr

func RawPtrToInt64Ptr(r *uint64) *int64

func RawToBool

func RawToBool(r uint64) bool

func RawToFloat64

func RawToFloat64(r uint64) float64

func RawToInt64

func RawToInt64(r uint64) int64

Source Files

gen.go rawhelpers.go

Directories

PathSynopsis
internal/attributePackage attribute provide several helper functions for some commonly used logic of processing attributes.
internal/baggagePackage baggage provides base types and functionality to store and retrieve baggage in Go context.
internal/global
internal/internaltest
internal/matchers
Version
v1.34.0 (latest)
Published
Jan 17, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
1 hour ago

Tools for package owners.