Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MemcacheDBItemKeys ¶
func MemcacheDBOperation ¶
func MemcacheDBSystem ¶
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.
Click to show internal directories.
Click to hide internal directories.