We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7b1e1 commit 1253f98Copy full SHA for 1253f98
1 file changed
README.md
@@ -64,7 +64,7 @@ The Proxy does not respond yet.
64
Next, Prometheus tries to scrape the target with hostname `fqdn-x` via the Proxy (2).
65
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).
66
This scrape request is executed by the client (4), the response containing metrics (5) is posted to the Proxy (6).
67
-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).
68
69
PushProx passes all HTTP headers transparently, features like compression and accept encoding are up to the scraping Prometheus server.
70
0 commit comments