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

Enhance Load Generator to Query Pre-Generated Data Blocks #782

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kushalShukla-web
Copy link
Contributor

@kushalShukla-web kushalShukla-web commented Nov 11, 2024

changed Load generator to query from downloaded blocks. Here i have added "current" and "absolute" time to query data between current data (head_blocks) and absolute data (Downloaded) blocks.
Things left - i have to configure to add instant query on downloaded blocks !

@kushalShukla-web kushalShukla-web changed the title changed Load-generator to query in downloaded blocks. Enhance Load Generator to Query Pre-Generated Data Blocks in Prometheus. Nov 12, 2024
@kushalShukla-web
Copy link
Contributor Author

Instant query is still missing; currently, it does not perform instant queries on downloaded blocks.

@kakkoyun kakkoyun changed the title Enhance Load Generator to Query Pre-Generated Data Blocks in Prometheus. Enhance Load Generator to Query Pre-Generated Data Blocks Nov 13, 2024
@kakkoyun kakkoyun marked this pull request as draft November 13, 2024 11:31
defer resp.Body.Close()

// Print the body content as a string
fmt.Println(string(body), "Hi from body side!!!")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to a bit of clean up.

…d loadgen

start and end time!
Signed-off-by: Kushal Shukla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants