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

update to v3 api #10

Closed
wants to merge 1 commit into from
Closed

update to v3 api #10

wants to merge 1 commit into from

Conversation

cohadar
Copy link

@cohadar cohadar commented Jan 19, 2018

No description provided.

@@ -5,11 +5,11 @@ RUN go get github.com/Masterminds/glide
WORKDIR /go/src/github.com/jirwin/burrow_exporter
COPY . /go/src/github.com/jirwin/burrow_exporter
RUN glide install
RUN go build burrow-exporter.go
RUN go build -o burrow-exporter
Copy link

Choose a reason for hiding this comment

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

This is the only difference I can see from #9. What does it do?

@cohadar
Copy link
Author

cohadar commented Jan 19, 2018

It makes sure output file is named "burrow-exporter". It is the same as calling "go build burrow-exporter.go" only more standard

@ercliou-zz
Copy link

ercliou-zz commented Jan 28, 2018

One small detail:
I don't think this metric "maxoffset" exists anymore:
https://github.com/jirwin/burrow_exporter/blob/master/burrow_exporter/exporter.go#L54

I haven't used v2, not sure what this metric means, but the Burrow wiki for v3 doesn't mention this metric. Also I've just tested on Burrow v3, it's not exposing this field.

(commenting this on another PR too, not sure which will be the final one)

@jirwin
Copy link
Owner

jirwin commented Mar 17, 2018

Closing this since I merged #12. Thanks for submitting this!

@jirwin jirwin closed this Mar 17, 2018
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.

4 participants