You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
Prometheus remote write proxy which marks timeseries with a Cortex tenant ID based on labels.
8
8
9
+
## Architecture
10
+
11
+

12
+
9
13
## Overview
10
14
11
15
Cortex tenants (separate namespaces where metrics are stored to and queried from) are identified by a `X-Scope-OrgID` HTTP header on both writes and queries.
@@ -26,6 +30,11 @@ This proxy solves the problem:
26
30
27
31
- Get `rpm` or `deb` for amd64 from the Releases page. For building see below.
28
32
33
+
### HTTP Endpoints
34
+
35
+
- GET `/alive` returns 200 by default and 503 if the service is shutting down (if `timeout_shutdown` setting is > 0)
36
+
- POST `/push` receives metrics from Prometheus - configure remote write to send here
37
+
29
38
### Configuration
30
39
31
40
Application expects the config file at `/etc/cortex-tenant.yml` by default.
0 commit comments