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

[feature] Add way to specify start time for Bootstrapping Metrics #46

Open
rohit-kulk opened this issue Jun 3, 2020 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@rohit-kulk
Copy link

rohit-kulk commented Jun 3, 2020

Using with Cruise Control version 2.4

When you go to UI - Monitor Tab and click - Bootstrap Metrics, it kicks off an API Call that gets stuck in an infinite loop (with no start and end times)

Cruise Control State -> Monitor State -> Bootstrap Metrics

curl GET kafkacruisecontrol/bootstrap?clearmetrics=true&start=0

Instead, bootstrap Metrics should have some option on UI for start and end-time
Ex. Start time = now - 1 day and End time = now

Not having this option on UI makes the UI unusable for Bootstrapping Metrics. I was able to fix this by running manual API Call and hard-code the start and end times.

curl GET  kafkacruisecontrol/bootstrap?clearmetrics=true&start=1591130000000&end=1591137027000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants