Improve inter-component requests
Open
🛠 tech-debt
backend
enhancement
v1
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
In https://github.com/grafana/pyroscope/pull/2391, a bug was introduced that stopped the scheduler from sending requests to the querier. This was reverted in https://github.com/grafana/pyroscope/pull/2398.
It would be nice to have some level of control over and insight into how requests are made between components. Some improvements would include:
- exponential backoff
- circuit breaker
- metrics around requests between components
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.