Interface: CacheAttributes
@arolariu/website / instrumentation.server / CacheAttributes
Interface: CacheAttributes
Defined in: instrumentation.server.ts:251
Standard semantic attribute keys for cache operations.
Properties
cache.system
cache.system:
string
Defined in: instrumentation.server.ts:255
Cache system (e.g., "redis", "memory", "nextjs")
cache.operation
cache.operation:
"get"|"set"|"delete"|"clear"
Defined in: instrumentation.server.ts:260
Cache operation (e.g., "get", "set", "delete")
cache.hit
cache.hit:
boolean
Defined in: instrumentation.server.ts:265
Cache hit or miss
cache.key?
optionalcache.key?:string
Defined in: instrumentation.server.ts:270
Cache key (sanitized, low-cardinality)
// was this page useful?