-
Notifications
You must be signed in to change notification settings - Fork 18
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
Investigate Grafana Tempo of how it can enhance our node monitoring #4322
Comments
This issue is closely correlated with #4321. Currently encountered problems:
|
Tracing with tempo and telemetry works with full node build from source.
Some remarks for current grafana setup:
|
Ongoing tasks:
Issues to investigate later
|
No need to change the setup for now. We will decide later how to proceed after it is clear what kind of tracings are available. For example for debugging we might need different tracing, which doesn't need to be added to the normal node monitoring setup. |
Collected information and guidelines summarized here.
|
As the last step we tried out the tokio console, steps updated in here. On the node side: Build and run IOTA node using: a special rust (tokio_unstable) flag, --feature flag enable tokio-console feature, and run it with TOKIO_CONSOLE=1 environment variable. The whole command:
Console side:
|
Investigate the Grafana Tempo and check how it can enhance our node monitoring.
The text was updated successfully, but these errors were encountered: