github latitude-dev/latitude-llm typescript-telemetry-3.7.0
TypeScript Telemetry v3.7.0

Added

  • createMemoryTelemetry() emits OpenTelemetry GenAI memory-operation spans (create_memory, update_memory, upsert_memory, delete_memory, search_memory, create_memory_store, delete_memory_store). Each operation optionally wraps an execute callback — capturing latency, errors, and status — or emits a completed span. It sets gen_ai.operation.name and the gen_ai.memory.* attributes, stamps Latitude context, and maps a search result to the records it returned.
  • Content is opt-in via captureContent (off by default) and covers both record bodies (gen_ai.memory.records) and the search query (gen_ai.memory.query.text), with a redact hook to scrub records before they are sent.
  • GEN_AI_MEMORY_ATTRIBUTES and MEMORY_OPERATIONS constants are exported for raw OpenTelemetry instrumentation.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.