-
Notifications
You must be signed in to change notification settings - Fork 3
Elastic 6 #2
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
base: master
Are you sure you want to change the base?
Elastic 6 #2
Conversation
|
Hello! Glad to see you are interested in this project! This project is still an experimental project for Prometheus 2.0 remote storage feature, and I even not implement elastic read yet.. But I'm happy to review PR :) |
| "github.com/prometheus/common/log" | ||
| "github.com/prometheus/common/model" | ||
| elastic "gopkg.in/olivere/elastic.v3" | ||
| "github.com/olivere/elastic" |
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.
Could you update client_test.go? Since the pkg name changed, test case has also been broken.
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.
Will do!
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.
Updated!
| version = "6.1.7" | ||
|
|
||
| [[constraint]] | ||
| name = "gopkg.in/olivere/elastic.v3" |
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.
It seems that we don't need this constraint any more, dependencies and vendor should also be updated :)
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.
Oh whoops, Ill do a vendor ensure and prune :)
Really cool project!
depfor dependency management