Skip to content
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

Elastic 6 #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Elastic 6 #2

wants to merge 5 commits into from

Conversation

nickschuch
Copy link

Really cool project!

  • Updated to use Elastic v6 for Elastic 6.0 support
  • Swapped to dep for dependency management

@Colstuwjx
Copy link
Owner

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/client_golang/prometheus"
"github.com/prometheus/common/log"
"github.com/prometheus/common/model"
elastic "gopkg.in/olivere/elastic.v3"
"github.com/olivere/elastic"
Copy link
Owner

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do!

Copy link
Author

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"
Copy link
Owner

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 :)

Copy link
Author

@nickschuch nickschuch Mar 9, 2018

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants