We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was seen while importing prometheus/client_golang.
prometheus/client_golang
go get github.com/prometheus/client_golang/prometheus/promhttp # github.com/prometheus/client_model/go client_model/go/metrics.pb.go:96:31: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:141:27: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:179:29: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:218:30: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:265:29: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:317:29: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:357:31: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:410:28: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:461:28: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:544:34: undefined: proto.InternalMessageInfo client_model/go/metrics.pb.go:544:34: too many errors
The text was updated successfully, but these errors were encountered:
This issue was fixed by running, go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/proto
Sorry, something went wrong.
No branches or pull requests
This issue was seen while importing
prometheus/client_golang
.The text was updated successfully, but these errors were encountered: