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

Fix Prometheus #63

Merged
merged 2 commits into from
Oct 13, 2020
Merged

Fix Prometheus #63

merged 2 commits into from
Oct 13, 2020

Conversation

JoshOrndorff
Copy link
Contributor

@JoshOrndorff JoshOrndorff commented Oct 12, 2020

This PR upgrades async-std to 1.6.5 which fixes the problem with our prometheus endpoint hanging. Prometheus is now working.

Here's more context about the async-std issue async-rs/async-std#888

To grab metrics from the standalone node or parachain just curl localhost:9615/metrics. To grab metrics from the relay chain node that is embedded in the parachain node run curl localhost:9616/metrics.

@JoshOrndorff
Copy link
Contributor Author

The corresponding fix upstream in Substrate paritytech/substrate#7306

@JoshOrndorff
Copy link
Contributor Author

JoshOrndorff commented Oct 13, 2020

I was waiting to merge this because they are having wasm build problems upstream. However the build completed fine for me locally, and our CI is green.

@JoshOrndorff
Copy link
Contributor Author

Okay, I'm going to merge this, and we'll pick up whatever improvements they're working on in paritytech/substrate#7306 when we start building off of substrate master.

@JoshOrndorff JoshOrndorff merged commit cc968f2 into master Oct 13, 2020
@JoshOrndorff JoshOrndorff deleted the joshy-prometheus branch October 21, 2020 12:30
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