gen_ai.memory.record.count
DevelopmentGenAI registryintas of v1.44.0
The number of memory records relevant to the operation.
For search_memory operations, this is the number of memory records returned by the operation. For create_memory operations, this is the number of memory records the operation attempted to create. For update_memory operations, this is the number of memory records the operation attempted to modify. For upsert_memory operations, this is the number of memory records the operation attempted to create or update. For delete_memory operations, this is the number of memory records the operation attempted to delete.
Examples
- 3
Used by
spans (1)
- gen_ai.memory.client
* required on that signal.