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

Monitoring: Capture Task Management output #18411

Closed
elasticmachine opened this issue Feb 10, 2017 · 4 comments
Closed

Monitoring: Capture Task Management output #18411

elasticmachine opened this issue Feb 10, 2017 · 4 comments

Comments

@elasticmachine
Copy link
Contributor

Original comment by @pickypg:

Now that the task management API exists, we should monitor it to try to provide useful information to users.

For example:

  • Commonly running tasks.
  • Long running tasks.

It's important to remember that we poll every ~10 seconds (configurable, but still), so we won't catch every task.

Once we start collecting the data, then we can brainstorm the UI piece.

@elasticmachine
Copy link
Contributor Author

Original comment by @bleskes:

It's important to remember that we poll every ~10 seconds (configurable, but still), so we won't catch every task.

you can work on a push model where a task that is running >1s (for example) will be monitored. Similar to slow query logs, gc issues etc.

@elasticmachine
Copy link
Contributor Author

Original comment by @uboness:

I'd not do that for beta1. We should capture it when we figure out what we want to show. I want to avoid too many changes to the schema between releases. How about slotting this for 5.1?

@elasticmachine
Copy link
Contributor Author

Original comment by @pickypg:

I'm never going to complain about being less aggressive with a release cycle.

@cjcenizal
Copy link
Contributor

Replaced by #42621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants