Skip to content

Commit

Permalink
feat: Add namespace dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Nov 9, 2024
1 parent 56e1854 commit 073fd38
Show file tree
Hide file tree
Showing 4 changed files with 898 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ local annotation = g.dashboard.annotation;

openCostOverviewDashboardUid: 'opencost-mixin-kover-jkwq',
openCostOverviewDashboardUrl: '%s/d/%s/opencost-overview' % [this.grafanaUrl, this.openCostOverviewDashboardUid],
openCostNamespaceDashboardUid: 'opencost-mixin-namespace-jkwq',
openCostNamespaceDashboardUrl: '%s/d/%s/opencost-namespace' % [this.grafanaUrl, this.openCostNamespaceDashboardUid],

alerts: {
budget: {
Expand Down
3 changes: 2 additions & 1 deletion dashboards/dashboards.libsonnet
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(import 'opencost.libsonnet')
(import 'opencost-overview.libsonnet') +
(import 'opencost-namespace.libsonnet')
Loading

0 comments on commit 073fd38

Please sign in to comment.