Customize dashboards

TrafficPeak provides ready-made dashboards to provide you with the essential information you need. You're free to add your own new dashboards and add widgets to those dashboards.

Your dashboards are stored in your own Grafana organization within the TrafficPeak Grafana installations. If you need even more customization that requires modification of the Grafana server’s configuration, create your own self-hosted Grafana instance or use Grafana Cloud.

List dashboards

The most commonly used dashboards will show up on the home page of the Grafana interface. However, if you want to list all the dashboards, open up the Home menu and click Dashboards

View the dashboard menu.

Dashboard folder layout

From this view, you can create, import, and organize dashboards into folders via the New button on the right. Searching and filtering is available, as is the list of dashboards and folders.

Use the new menu to create, import, and organize dashboards.

Pre-made dashboards are automatically updated with new versions as they become available.

Copy dashboards

Grafana makes it simple to create a copy of any default dashboard for customization.

📘

Why should I copy the default dashboards?

The default dashboards are occasionally updated with the latest widgets and charts. It’s a good practice to copy these dashboards and modify the copied versions rather than modifying the default dashboards directly. This will avoid having your changes being overwritten by new versions of dashboards that are written to the “TrafficPeak” folder.

  1. View the dashboard you wish to copy.

  2. Click the Share link.

    Copy a dashboard.

  3. Select the Export option at the top and make sure to select Export for sharing externally.

    Export a dashboard.
  4. Select View JSON and then Copy to Clipboard.

    View and copy JSON to a clipboard.
  5. Go back to your Dashboards menu, click New and then Import.

    Import a dashboard.

  6. Paste your dashboard into the Import via panel json text box and click Load.

    Paste and load dashboard to Import via panel json.
  7. Review the resulting dashboard import screen.

    If you are importing into the same organization, you may see the warnings about the dashboard already existing. If you import now, you will overwrite the existing dashboard, which isn’t what you want.

    Dashboard import screenshot with warnings

Instead, before you click Import, change the name, select the folder you want to put it in and modify the UID. Also, make sure you select a ClickHouse DataSource as otherwise the Grafana dashboard won’t know where to collect its data. The table can stay as it is.

  1. Finally, click Import.

You should now have a personalized copy of the dashboard that you can modify to suit your needs.