From c5ab3590b2e5d50c4991a9353a8c7f76dc7a7ec6 Mon Sep 17 00:00:00 2001 From: ChinhLee <76194645+chinhkrb113@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:34:17 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20#295=20=E2=80=94=20[Doc]=20usi?= =?UTF-8?q?ng=20tracers=20to=20track=20connections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #295 Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com> --- docs/user_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/index.md b/docs/user_guide/index.md index cb57eb61..4efe5a09 100644 --- a/docs/user_guide/index.md +++ b/docs/user_guide/index.md @@ -15,7 +15,7 @@ In this guide, we will cover the most used features, operations and settings of ## Building HTTP proxies * [Life of a request: `pingora-proxy` phases and filters](phase.md) * [`Peer`: how to connect to upstream](peer.md) -* [Sharing state across phases with `CTX`](ctx.md) +* [Sharing state across phases and connections with `CTX`](ctx.md) (including tracking active connection counts) * [How to return errors](errors.md) * [Examples: take control of the request](modify_filter.md) * [Connection pooling and reuse](pooling.md)