-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add VictoriaMetrics package, a time series database. #1512
Conversation
I need some advice on this package, there are some oddities.
|
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.
I need some advice on this package, there are some oddities.
- I have claimed uid/gid 93, hope this is correct
Yes, and thank you for updating the idlist file. That's where we track allocated UIDs/GIDs across all repositories.
Please could you use tabs instead of spaces so that the new lines match the existing ones?
Same in packages.md
.
- Configuration is not via file, it is via command-line argument or equivalent envvar.
Updating the service manifest to change the command line is crazy, so I think the right answer is by applying service profiles that modify the instance method_environment.
I have placed examples of such profiles inshare/victoriametrics/xxx-profile.xml
.
That seems like a good solution, and thank for you for the installation notes too.
- Using an envvar, I have set the storageDataPath for the server
victoria-metrics
in the default svc manifest, however I believe this will be overwritten by an update. This should probably be applied via profile only. By doing so, the server and agent will require a service profile to be applied or they will not function correctly.
Have you checked if they are overwritten on update? I don't think they will be if they have ever been modified with svccfg
or a profile.
- I have added some install notes to cover the profile stuff above, I hope this is sufficient.
Yes, thank you!
Please could you also update doc/baseline.md
?
build/victoriametrics/files/victoria-metrics-profile-template.xml
Outdated
Show resolved
Hide resolved
Done.
OK, I checked again, properly. You are correct.
I updated both Thank you for the review. |
Apologies, github didn't like my fat-fingered rebase so some of the review comment context got nuked. |
I am very sorry, I messed up when rebasing this which closed the PR. I have re-opened it #1531 |
Package multiple pieces of the Prometheus compatible VictoriaMetrics suite:
Whilst here, correct a minor spelling error in functions.sh.