-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
why force users to use an annotation DB? #122
Comments
Can you please dump your |
The annotation_db's main purpose is to log anomalies. The |
A YAML config example that references an annotations source and specifies that the database should not be created (
|
hi @regel - thanks for the reply. Here's my
I'll use the suggested |
@regel - your config suggestion isn't working. loudml is still trying to create the database. my revised
error in the container log:
|
Hi John, yes 100%. Pull requests much appreciated, I should set a badge on the main Github page. Documentation is located in the |
The documentation is now deployed continuously by Netlify. We welcome contributions. Thank you for the extra log information. We can reproduce and fix this. |
I am stuck in the same position and have currently no idea on how to train my data on real-world production data if loudml requires admin privileges. I have no problem creating a READ/WRITE user for a specific database, with read privileges for the production data. But allowing that user to drop stuff?! |
I was attempting to train my first model when I was surprised to discover that loudml was trying to create a new TSDB called
chronograf
:Ignoring the SSL error because I know what the problem is with that, I had to go digging into the source code to find out why LoudML was trying to create a
chronograf
database in my InfluxDB node. It would seem that having an "annotation DB" is a requirement - why? I tried setting the following in myconfig.yml
:annotation_db: null
But the train command didn't like that:
So I have to create another TSDB for annotation purposes, when I won't ever be looking at or caring about annotations because I don't use Chronograf...
Are there plans to add a config knob that just disables annotation functionality all together?
The text was updated successfully, but these errors were encountered: