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

Lift the limitations imposed on the metric engine and PromQL #3780

Open
killme2008 opened this issue Apr 23, 2024 · 0 comments
Open

Lift the limitations imposed on the metric engine and PromQL #3780

killme2008 opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
C-enhancement Category Enhancements C-feature Category Features C-user-experience Category User Experience

Comments

@killme2008
Copy link
Contributor

killme2008 commented Apr 23, 2024

What type of enhancement is this?

API improvement, User experience

What does the enhancement do?

We currently face several limitations with the metric engine:

  • It does not support multiple fields.
  • It only supports float64 as the data type for fields.
  • The tag column (primary keys) must be of string type.

I believe these restrictions significantly limit the potential of both the metric engine and PromQL.

We should devise a plan to remove these limitations.

Implementation challenges

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements C-feature Category Features C-user-experience Category User Experience
Projects
None yet
Development

No branches or pull requests

2 participants