docs(changelog): record native OpenTelemetry tracing under Unreleased

Summarizes the OTel observability feature (instrumentation + the review /
telemetry-audit fixes) as one user-facing Added entry; the fixes themselves
targeted an unreleased feature so they need no separate lines.
This commit is contained in:
zhanghui 2026-07-24 16:04:10 +08:00
parent 25964ccbb3
commit b844665da1
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
backward-compatible alias: both prefixes resolve to the same handlers with
identical request/response contracts, so existing integrations keep working
unchanged. Infrastructure endpoints (`/health`, `/metrics`) stay unversioned.
- **Native OpenTelemetry tracing** — memory operations (add / flush, memcell
boundary, episode extraction, search, and OME reflection) export to any
OTLP backend (e.g. Langfuse) as nested traces carrying LLM/embedding token
usage, per-request correlation, and recall-quality scores. Off by default;
enabled via the `[observability]` config with the optional `otel` extra.
Content capture (query / extracted memory) is opt-in and redaction-aware.
## [1.1.4] - 2026-07-20