ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

Dashboard chart titles #304

Closed carver closed 4 months ago

carver commented 4 months ago

Checklist item on #286 -- I added some titles for the charts

image

Any thoughts on the names? I'm thinking it should be "Audit Success, by week" since you can page it.


Side note: I had to run an audit in order to generate data and make sure that the title didn't overlap. I didn't see a section in the readme to run the audit, so I figured it out and added a quick one. Any suggestions for how to improve that section?

carver commented 4 months ago

Added a few more tweaks to the coverage chart, see the latest commit message for details. Here's a pic: image

carver commented 4 months ago

3.) Instructions for running glados-audit are on the SETUP_GUIDE.md, good catch on putting them in the readme as well.

Huh, that guide doesn't use the --provider-url flag, so I guess I'll take it out of the readme. Should we remove it as an option from the audit CLI?