You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
We need a metrics endpoint to help with debugging/performance testing, similar to the /status endpoint. We can use similar values to what's covered in telemetry
Is Syncing speed needed? One can calculate it from latest block number from the client side.
Do we need to implement this in the node or we can make another node.js service that use js sdk to query those information from node and convert them to proper format for Grafana consumption?
I am not against the idea of having this implemented in node, just a separate node.js server is going to be easier and faster to implement and more flexible.
* Raise events when asset permissions are updated or total asset issuance is changed.
* Add unit tests to assert that appropriate events are raised when asset permissions are updated or total asset issuance is changed.
* Execute `cargo fmt`.
* Raise events when asset permissions are updated or total asset issuance is changed.
* Add unit tests to assert that appropriate events are raised when asset permissions are updated or total asset issuance is changed.
* Execute `cargo fmt`.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need a metrics endpoint to help with debugging/performance testing, similar to the
/status
endpoint. We can use similar values to what's covered in telemetryValues
Related: paritytech/substrate#814
The text was updated successfully, but these errors were encountered: