cloud-bulldozer / performance-dashboards

Performance dashboards from the Perf & Scale team
Apache License 2.0
17 stars 40 forks source link

NPE fix in case of no tags #95

Closed vishnuchalla closed 10 months ago

vishnuchalla commented 10 months ago

Type of change

Description

Fixing null pointer exception. When we have empty tags, syncer ends up adding null as tags which leads to errors while rendering settings page of dashboard. This PR handles that corner case and fixes the issue.

Checklist before requesting a review

Testing

Deployed dittybopper in local and verified if the settings page is properly rendering for the dashboards.