Skip to content

Commit

Permalink
cloud cost dashboard: use version independent grafonnet reference
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 4, 2024
1 parent 4c4a5ed commit 0fa4455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-dashboards/cost-attribution.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env -S jsonnet -J ../vendor
local grafonnet = import 'github.com/grafana/grafonnet/gen/grafonnet-v11.1.0/main.libsonnet';
local grafonnet = import 'grafonnet/main.libsonnet';
local dashboard = grafonnet.dashboard;
local ts = grafonnet.panel.timeSeries;
local var = grafonnet.dashboard.variable;
Expand Down

0 comments on commit 0fa4455

Please sign in to comment.