Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue of painless integrating with Grafana via Prometheus plugin #3492

Open
2 tasks done
waynexia opened this issue Mar 12, 2024 · 2 comments
Open
2 tasks done
Labels
Good first issue Good for newcomers Help wanted Extra attention is needed Observability Tracking issue A tracking issue for a feature.

Comments

@waynexia
Copy link
Member

waynexia commented Mar 12, 2024

What type of enhancement is this?

User experience

What does the enhancement do?

Follows #1016, where some necessary APIs are implemented.

This issue is to track unexpected behavior or unimplemented features when connecting GreptimeDB with Grafana via its official Prometheus plugin.

@waynexia waynexia added Good first issue Good for newcomers Help wanted Extra attention is needed Tracking issue A tracking issue for a feature. Observability labels Mar 12, 2024
@tisonkun
Copy link
Contributor

tisonkun commented Mar 12, 2024

Once we're sure about the issue, perhaps open a subtask issue and link here. See https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists and pingcap/tidb#26022.

@yuanbohan
Copy link
Member

yuanbohan commented Mar 13, 2024

I have tested Prometheus datasource in Grafana 10.0, and the following is the metadata Grafana needs:

Path Form values Query strings
POST /api/v1/query query=1+1, time=4 empty
GET /api/v1/label/__name__/values?start=1710289581&end=1710311181 empty start=1710289581,end=1710311181
POST /api/v1/labels start=1710289583,end=1710311183, empty
GET /api/v1/metadata empty empty
POST /api/v1/series start=1710289589,end=1710311189,match=["{__name__="up"}"] empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Good for newcomers Help wanted Extra attention is needed Observability Tracking issue A tracking issue for a feature.
Projects
None yet
Development

No branches or pull requests

3 participants