-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nate W <[email protected]>
- Loading branch information
1 parent
9b3793c
commit cfa09c0
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -714,6 +714,19 @@ CNCF - Prometheus: Remote-Write v2 in otel-collector's prometheusremotewriteexpo | |
- Upstream Issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33661 | ||
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/3fa26f90-87aa-46a4-80f9-00195ae276e8 | ||
|
||
### Thanos | ||
|
||
#### Add support for hedged requests | ||
|
||
- Description: The long-tail requests sometimes are inevitable between the Thanos Store Gateway and an external cache. Lowering the timeouts between the store-gateway and the cache service isn't a greater way to address this problem. Using a HTTP client to issue hedged requests to object storage and other parts of Thanos' stack could help reduce tail latency by a lot. | ||
- Expected Outcome: By the end of the term, the mentee will have a deeper knowledge of Thanos and have improved our HTTP request tail latencies considerably! | ||
- Recommended Skills: Go, HTTP, Prometheus, Thanos | ||
- Mentor(s): | ||
- Giedrius Statkevičius (@GiedriusS, [email protected]) | ||
- Saswata Mukherjee (@saswatamcode, [email protected]) | ||
- Upstream Issue: https://github.com/thanos-io/thanos/issues/6712 | ||
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/541a5bb5-09fd-47a9-a244-a65386aa7f7c | ||
|
||
### Vitess | ||
|
||
#### Add new getting started examples | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,15 +19,4 @@ | |
|
||
## Proposed Project ideas | ||
|
||
### Thanos | ||
|
||
#### Add support for hedged requests | ||
|
||
- Description: The long-tail requests sometimes are inevitable between the Thanos Store Gateway and an external cache. Lowering the timeouts between the store-gateway and the cache service isn't a greater way to address this problem. Using a HTTP client to issue hedged requests to object storage and other parts of Thanos' stack could help reduce tail latency by a lot. | ||
- Expected Outcome: By the end of the term, the mentee will have a deeper knowledge of Thanos and have improved our HTTP request tail latencies considerably! | ||
- Recommended Skills: Go, HTTP, Prometheus, Thanos | ||
- Mentor(s): | ||
- Giedrius Statkevičius (@GiedriusS, [email protected]) | ||
- Saswata Mukherjee (@saswatamcode, [email protected]) | ||
- Upstream Issue: https://github.com/thanos-io/thanos/issues/6712 | ||
- LFX URL: |