-
Notifications
You must be signed in to change notification settings - Fork 5
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
Get metrics through SDK and visualise them in Jupyter notebook #113
Comments
Lets first tackle this issue (#126) |
Can you open the PR please so we dont lose track of this? |
PR could be found here: #142 . Also, and as mentioned above, several issues have to be solved for having a smoother procedure presented in notebooks. #126 is an indicative example. For more info visit issues from 134 to 140. |
I reduced the importance of this. Not so important at the moment since we have some bugs to solve before this one. |
Is your feature request related to a problem? Please describe.
It may be hard for some people to set up a Grafana dashboard to look at their metrics, so it makes sense that you can do this from the SDK as well and look at them in a notebook.
Describe the solution you'd like
Some functions that can be run through the Jupyter notebook that get metrics from the API and visualize them in the notebook.
We should be able to achieve this easily through
pandas
andmatplotlib
.Describe alternatives you've considered
An alternative way to do this is the Grafana board.
Additional context
This is what it looks like in the mocks:
The text was updated successfully, but these errors were encountered: