semconv

package
v0.26.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	GoTSRPCFuncKey          = attribute.Key("gotsrpc.func")
	GoTSRPCServiceKey       = attribute.Key("gotsrpc.service")
	GoTSRPCPackageKey       = attribute.Key("gotsrpc.package")
	GoTSRPCMarshallingKey   = attribute.Key("gotsrpc.marshalling")
	GoTSRPCUnmarshallingKey = attribute.Key("gotsrpc.unmarshalling")
	GoTSRPCPayloadKey       = attribute.Key("gotsrpc.payload")
	GoTSRPCErrorCodeKey     = attribute.Key("gotsrpc.error.code")
	GoTSRPCErrorMessageKey  = attribute.Key("gotsrpc.error.message")
	GoTSRPCErrorTypeKey     = attribute.Key("gotsrpc.error.type")
)
View Source
const (
	// KeelServiceTypeKey is the key for keel.service.type.
	KeelServiceTypeKey = attribute.Key("keel.service.type")
	// KeelServiceNameKey is the key for keel.service.name.
	KeelServiceNameKey = attribute.Key("keel.service.name")
	// KeelServiceInstKey is the key for keel.service.inst.
	KeelServiceInstKey = attribute.Key("keel.service.inst")
)

Variables

This section is empty.

Functions

func GoTSRPCErrorCode

func GoTSRPCErrorCode(v int) attribute.KeyValue

GoTSRPCErrorCode returns a new attribute.KeyValue for gotsrpc.error.code.

func GoTSRPCErrorMessage

func GoTSRPCErrorMessage(v string) attribute.KeyValue

GoTSRPCErrorMessage returns a new attribute.KeyValue for gotsrpc.error.message.

func GoTSRPCErrorType

func GoTSRPCErrorType(v string) attribute.KeyValue

GoTSRPCErrorType returns a new attribute.KeyValue for gotsrpc.error.type.

func GoTSRPCFunc

func GoTSRPCFunc(v string) attribute.KeyValue

GoTSRPCFunc returns a new attribute.KeyValue for gotsrpc.func.

func GoTSRPCMarshalling

func GoTSRPCMarshalling(v int64) attribute.KeyValue

GoTSRPCMarshalling returns a new attribute.KeyValue for gotsrpc.marshalling.

func GoTSRPCPackage

func GoTSRPCPackage(v string) attribute.KeyValue

GoTSRPCPackage returns a new attribute.KeyValue for gotsrpc.package.

func GoTSRPCPayload

func GoTSRPCPayload(v string) attribute.KeyValue

GoTSRPCPayload returns a new attribute.KeyValue for gotsrpc.payload.

func GoTSRPCService

func GoTSRPCService(v string) attribute.KeyValue

GoTSRPCService returns a new attribute.KeyValue for gotsrpc.service.

func GoTSRPCUnmarshalling

func GoTSRPCUnmarshalling(v int64) attribute.KeyValue

GoTSRPCUnmarshalling returns a new attribute.KeyValue for gotsrpc.unmarshalling.

func KeelServiceInst

func KeelServiceInst(v int) attribute.KeyValue

KeelServiceInst returns a new attribute.KeyValue for keel.service.inst.

func KeelServiceName

func KeelServiceName(v string) attribute.KeyValue

KeelServiceName returns a new attribute.KeyValue for keel.service.name.

func KeelServiceType

func KeelServiceType(v string) attribute.KeyValue

KeelServiceType returns a new attribute.KeyValue for keel.service.type.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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