Skip to content

Add endpoint to proxy requests to grafana's proxy endpoint

Sarah Yasonik requested to merge sy-grafana-proxy into master

What does this MR do?

Adds a client and endpoint for interacting with Grafana datasources. It's actually a proxy-chain! Our FE will* call this endpoint, which will call a Grafana proxy endpoint (with delayed jobs & reactive cache), which will call a prometheus instance.

This will enable us to fetch the data for embedding grafana-configured metrics within GFM. Related Issue: #31376 (closed)

*Utilization of this endpoint will come in another MR.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Rémy Coutable

Merge request reports