-
Notifications
You must be signed in to change notification settings - Fork 1
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
Vsri lib crate #95
Vsri lib crate #95
Conversation
2eb2872
to
8e85022
Compare
8e85022
to
706652a
Compare
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.
This seems what is intended! I'm not requesting this to be done now, but probably add a couple of tests as an enhancement for a later PR.
Requesting @rukai to look at this. |
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 took a quick look over this, mostly from the perspective of how rust is used.
I noticed a few minor things but nothing impacting correctness.
Looks good!
I also note that csv is an inefficient way of storing integers, but I assume @cjrolo has a good reason for wanting to use csv.
@rukai thanks a lot for your feedback! Your suggestions are good and make the general codebase look cleaner here. I'll include them in this PR. Thank you! |
Co-authored-by: Lucas Kent <rubickent@gmail.com>
1d3ffbb
to
673d4cf
Compare
As discussed in #94, this PR new lib vsri duplicates the implementation of
vsri_lib.rs
from prometheus-remote crate.