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

candidates returned undefined #13

Open
wirwolf opened this issue Sep 6, 2020 · 1 comment
Open

candidates returned undefined #13

wirwolf opened this issue Sep 6, 2020 · 1 comment

Comments

@wirwolf
Copy link

wirwolf commented Sep 6, 2020

2020-09-06 11:04:40.073 disclaimer [index.js]: @@@@
2020-09-06 11:04:40.074 disclaimer [index.js]: Hello There!	This is Tendermint Prometheus Exporter v0.9.31
2020-09-06 11:04:40.074 disclaimer [index.js]: Project:		https://github.com/dmitry-ee/tendermint-prometheus-exporter
2020-09-06 11:04:40.074 disclaimer [index.js]: Donate:		BIP:Mx65bb9548ecde11e10cd823e365fd2fb0f4f03b25
2020-09-06 11:04:40.074 disclaimer [index.js]: @@@@
2020-09-06 11:04:40.075 warn [index.js]: starting with options {"_":["serve"],"port":9697,"target":["https://api.minter.one"],"t":["https://api.minter.one"],"status":[true],"net-info":[true],"netInfo":[true],"candidates":[true],"$0":"index","targets":[{"url":"https://api.minter.one","status":true,"net-info":true,"netInfo":true,"candidates":true}]}
2020-09-06 11:04:40.083 warn [index.js]: Starting exporter at port 9697...
2020-09-06 11:04:40.085 warn [index.js]: Exporter started at port 9697
2020-09-06 11:04:40.085 warn [index.js]: Setting retention timeout for 3600000 ms. (60 min.)
2020-09-06 11:10:07.745 error [index.js]: scrape:async -> response from https://api.minter.one/status returned undefined
2020-09-06 11:10:07.745 error [index.js]: undefined
2020-09-06 11:10:07.749 error [index.js]: scrape:async -> response from https://api.minter.one/candidates returned undefined
2020-09-06 11:10:07.749 error [index.js]: undefined
@dmitry-ee
Copy link
Owner

Seems like you've been timeouted during api calls.
Try to raise call api call timeout with arg --timeout 5000 sample

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

No branches or pull requests

2 participants