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

Bump Google Cloud and Prometheus client dependencies #7190

Closed
wants to merge 2 commits into from

Conversation

lawliet89
Copy link
Contributor

@lawliet89 lawliet89 commented Mar 18, 2020

Required for all PRs:

For context, I am seeing endless lines from Telegraf due to Kubernetes liveness probes:

image

@lawliet89 lawliet89 changed the title Bump Google cloud and Prometheus client dependencies Bump Google Cloud and Prometheus client dependencies Mar 18, 2020
@lawliet89
Copy link
Contributor Author

Go 1.12 wants

        github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
        github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
        github.com/golang/protobuf v1.3.5
+       github.com/google/btree v1.0.0 // indirect
        github.com/google/go-cmp v0.4.0
        github.com/google/go-github v17.0.0+incompatible
        github.com/google/go-querystring v1.0.0 // indirect
+       github.com/gorilla/context v1.1.1 // indirect
        github.com/gorilla/mux v1.6.2
        github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
        github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect

in go.mod but 1.13 does not want that. Not sure how to reconcile the test failures.

@danielnelson
Copy link
Contributor

I fixed the issues and updated these dependencies, would you be able to double check everything is working from the release candidate builds: https://github.com/influxdata/telegraf/releases/tag/v1.14.0-rc1

@lawliet89 lawliet89 deleted the bump-deps branch March 19, 2020 00:51
@lawliet89
Copy link
Contributor Author

1.14 rc1 seems to be working fine

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.

Stackdriver input errors on "Failed iterating metric desciptor responses" and does not retry
2 participants