-
Notifications
You must be signed in to change notification settings - Fork 14
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
Predict functionality #92
base: develoment
Are you sure you want to change the base?
Conversation
-Updated logic for company
|
||
Push the images to your favorite Docker registry: | ||
``` | ||
NETOPS_TAG=latest NETOPS_REGISTRY_URL=mydockerhubaccount make push | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are tons of binary / submodule files added in this PR - please check the changed files and make sure only required files are in
|
||
def _predict(context): | ||
# Connect to TSDB | ||
client = http.client.HTTPConnection(context.user_data.tsdb) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up to you whether to do this, but we have a fork of a python library for Prometheus queries (https://github.com/v3io/promalyze). You are duplicating quite a bit of machinery from it
netops notebook
No description provided.