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

Fix request for time series data exceeding limit #3

Open
SeanHai opened this issue Jul 3, 2023 · 3 comments
Open

Fix request for time series data exceeding limit #3

SeanHai opened this issue Jul 3, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@SeanHai
Copy link
Collaborator

SeanHai commented Jul 3, 2023

There are some trend grafhs which need get data from a 'start' to a 'end' with a 'interval' from prometheus, but there is a limit in promrtheus is only 11000 points permit for one query
(https://github.com/prometheus/prometheus/blob/6f3e664ae712850b020d95c5c8b8a6ff841803bd/web/api/v1/api.go#L434-L438).
So you need check the ponits queried and request splitting if the limit is exceeded. If not this error will occur ‘exceeded maximum resolution of 11,000 points per timeseries’

Registration procedure

Step 1. Add a comment when you sign up.The purpose of comments is for us to understand you and determine whether you have the basic ability to complete this issue.

  • If you are a student, please introduce your school, major, programming language, technical fields of interest, what you are good at, and why you chose this issue.
  • If you are already working, please introduce your company, career, work content, technical fields of interest, and why you chose this issue.

Step 2. Use WeChat to add the Curve community assistant "Curve" as a WeChat friend, tell your GitHub ID, and send the Issue link of your choice. The assistant will invite you to communicate with the mentor by WeChat.

Step 3. In order to better complete each development task, the mentor will select the developer who best matches the issue based on everyone's comment on GitHub and communication status by WeChat. If you are not selected, please select another issue.

Tips

  • Before developing, please read the dev guideline( https://ask.opencurve.io/t/topic/201) carefully and communicate with your mentor.
  • Please submit a draft PR before 11.29, and the mentor will review it within 2-5 working days and may guide you to modify the PR based on the actual situation.
  • If you successfully merge into PR before 12.27 and you will receive gifts carefully prepared by the Curve community.
@lim-yoona
Copy link

Hi, I have registered for this issue on https://summercoding-curve.app.codewave.163.com/apply today. Can I still participate in the event now?

@spy9777
Copy link

spy9777 commented Sep 25, 2023

Hi, I have registered for this issue on https://summercoding-curve.app.codewave.163.com/apply today. Can I still participate in the event now?

Hi, please add "OpenCurve_bot" on WeChat

@lim-yoona
Copy link

Hello, I am a graduate student in the University of the Chinese Academy of Sciences. My major is cyberspace security. I am familiar with programming languages such as Golang, Java and C++. I am interested in technology fields such as distributed systems, cloud native and storage systems. I am good at technology stacks such as Golang server development, storage system principles, etc. The reason why I chose this issue is because I believe I can complete it and I have a certain level of technical accumulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants