-
Notifications
You must be signed in to change notification settings - Fork 155
Add "Operating Graph Node" page under /indexing #190
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
Conversation
Will need to update for this PR #155 |
|
||
In other cases, the trigger might be high memory usage on a query node, in which case the challenge is first to identify the query causing the issue. | ||
|
||
> TODO: how to monitor memory usage / query node saturation? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaiwetlesen would be interested in understanding your setup for monitoring memory usage and if that could be generally useful
Added another case where `trace_filter` is required Added codeblock format to `toml` snippets Changed the order of log levels to be more intuitive (ordered from least to most logs) Removed link to internal Grafana. Fixed a couple Typos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Great work 🙌
Update 2022-09-30
Update 2022-11-11