Revision control
Copy as Markdown
# Dashboard Generator
Use this tool to create Grafana dashboards for your team's components.
## Setup
Ensure you have a yardstick account by going to https://yardstick.mozilla.org/ and logging in using Mozilla SSO.
You should have “editor” access and can create, edit, and delete dashboards and alerts. If not, go
for help.
## Configuration
Edit `src/component_config.rs` add a `Component` variant for each of your team's components.
Edit `src/team_config.rs` and add an entry for your team.
Feel free to copy the and paste other team's configurations to get started.
## Running
Run `cargo generate-rust-dashboards [team-name] [output-directory]` and follow the instructions.