From a866882f4afb69c2d65c300a62de718dc25fec2e Mon Sep 17 00:00:00 2001 From: lingxiaoyiyu-hub Date: Thu, 18 Jun 2026 17:09:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20in=20README.md=20('repo?= =?UTF-8?q?nse'=20=E2=86=92=20'response')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lingxiaoyiyu-hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb194fb..a80cc4b5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The Proxy does not respond yet. Next, Prometheus tries to scrape the target with hostname `fqdn-x` via the Proxy (2). Using the fqdn received in (1), the Proxy now routes the scrape to the correct Client: the scrape request is in the response body of the poll (3). This scrape request is executed by the client (4), the response containing metrics (5) is posted to the Proxy (6). -On its turn, the Proxy returns this to Prometheus (7) as a reponse to the initial scrape of (2). +On its turn, the Proxy returns this to Prometheus (7) as a response to the initial scrape of (2). PushProx passes all HTTP headers transparently, features like compression and accept encoding are up to the scraping Prometheus server.