Documentation
¶
Index ¶
- Constants
- func GoTSRPCErrorCode(v int) attribute.KeyValue
- func GoTSRPCErrorMessage(v string) attribute.KeyValue
- func GoTSRPCErrorType(v string) attribute.KeyValue
- func GoTSRPCFunc(v string) attribute.KeyValue
- func GoTSRPCMarshalling(v int64) attribute.KeyValue
- func GoTSRPCPackage(v string) attribute.KeyValue
- func GoTSRPCPayload(v string) attribute.KeyValue
- func GoTSRPCService(v string) attribute.KeyValue
- func GoTSRPCUnmarshalling(v int64) attribute.KeyValue
- func KeelServiceInst(v int) attribute.KeyValue
- func KeelServiceName(v string) attribute.KeyValue
- func KeelServiceType(v string) attribute.KeyValue
Constants ¶
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") )
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 ¶
GoTSRPCErrorCode returns a new attribute.KeyValue for gotsrpc.error.code.
func GoTSRPCErrorMessage ¶
GoTSRPCErrorMessage returns a new attribute.KeyValue for gotsrpc.error.message.
func GoTSRPCErrorType ¶
GoTSRPCErrorType returns a new attribute.KeyValue for gotsrpc.error.type.
func GoTSRPCFunc ¶
GoTSRPCFunc returns a new attribute.KeyValue for gotsrpc.func.
func GoTSRPCMarshalling ¶
GoTSRPCMarshalling returns a new attribute.KeyValue for gotsrpc.marshalling.
func GoTSRPCPackage ¶
GoTSRPCPackage returns a new attribute.KeyValue for gotsrpc.package.
func GoTSRPCPayload ¶
GoTSRPCPayload returns a new attribute.KeyValue for gotsrpc.payload.
func GoTSRPCService ¶
GoTSRPCService returns a new attribute.KeyValue for gotsrpc.service.
func GoTSRPCUnmarshalling ¶
GoTSRPCUnmarshalling returns a new attribute.KeyValue for gotsrpc.unmarshalling.
func KeelServiceInst ¶
KeelServiceInst returns a new attribute.KeyValue for keel.service.inst.
func KeelServiceName ¶
KeelServiceName returns a new attribute.KeyValue for keel.service.name.
func KeelServiceType ¶
KeelServiceType returns a new attribute.KeyValue for keel.service.type.
Types ¶
This section is empty.