This library offers dashboard components and tools for constructing and testing Grafana dashboards at Chainlink.
Components structure is as follows:
dashboard
|- lib
|- component_1
|- component.go
|- component_2
|- component.go
|- go.mod
|- go.sum
Each component should contain rows, logic and unique variables in component.go
Components should be imported from this module, see example