Skip to content

Commit

Permalink
Add a GCP only section for dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeyer committed Aug 30, 2024
1 parent 7263f6f commit 2bd536d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csp-mixin/dashboards.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
),
}
+
if csplib.config.uid == 'gcp' then
{
[csplib.config.uid + '-loadbalancer.json']:
local variables = csplib.signals.loadbalancer.getVariablesMultiChoice();
Expand All @@ -47,7 +48,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
csplib.grafana.rows.glb_requests
)
),
}
} else {}
+
if csplib.config.uid == 'azure' then
{
Expand Down

0 comments on commit 2bd536d

Please sign in to comment.