-
Notifications
You must be signed in to change notification settings - Fork 81
feat: add Grafana tutorial and templates #675
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
@rjan90 : would it be helpful for me to review so this can land? |
I think the progress on this PR stopped, when I mentally expanded the scope of this work by trying to write up "how to setup Graphing on a remote machine", but for now I think setting it up locally is just fine. I will look at doing a cleanup of this PR on 2024-09-30 |
Adding Grafana dashboard tutorial
Update weights across tutorial section
ffbb6fb
to
856ccc3
Compare
chore: update Grafana tutorial
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.
I trust your judgement here, but I would look at how to reduce the duplication between this and filecoin-project/lotus#12934 . Ideally we're doing more pointing from one to the other than copy/pasting
Co-authored-by: Steve Loeppky <[email protected]>
Reduce duplication between Lotus docs and the Metrics readme in the Lotus repo
I have reduced the duplication by pointing to the https://github.com/filecoin-project/lotus/blob/master/metrics/README.md for instructions. |
Porting over the Grafana dashboard tutorial from here: filecoin-project/lotus#11276 and updated in: filecoin-project/lotus#12934.
Can be merged once 12934 lands