If the cache was hit during this span.
| Property | Value |
|---|---|
| Type | boolean |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | true |
The size of the requested item in the cache. In bytes.
| Property | Value |
|---|---|
| Type | integer |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 58 |
The key of the cache accessed.
| Property | Value |
|---|---|
| Type | string[] |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | ["my-cache-key","my-other-cache-key"] |
The operation being performed on the cache.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | No |
| Example | get |
The ttl of the cache in seconds
| Property | Value |
|---|---|
| Type | integer |
| Has PII | false |
| Exists in OpenTelemetry | No |
| Example | 120 |