internal

package
v0.43.0 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MemcacheDBItemKeys

func MemcacheDBItemKeys(itemKeys ...string) attribute.KeyValue

func MemcacheDBOperation

func MemcacheDBOperation(opName Operation) attribute.KeyValue

func MemcacheDBSystem

func MemcacheDBSystem() attribute.KeyValue

Types

type Operation

type Operation string
const (
	OperationAdd            Operation = "add"
	OperationCompareAndSwap Operation = "cas"
	OperationDecrement      Operation = "decr"
	OperationDelete         Operation = "delete"
	OperationDeleteAll      Operation = "delete_all"
	OperationFlushAll       Operation = "flush_all"
	OperationGet            Operation = "get"
	OperationIncrement      Operation = "incr"
	OperationPing           Operation = "ping"
	OperationReplace        Operation = "replace"
	OperationSet            Operation = "set"
	OperationTouch          Operation = "touch"

	MemcacheDBItemKeyName attribute.Key = "db.memcached.item"
)

Instrumentation specific tracing information.

Jump to

Keyboard shortcuts

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