Skip to content

Commit

Permalink
Revert changes for dashboards uids (prometheus-community#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikushch authored Jun 17, 2024
1 parent 938921b commit af3c4be
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions mixin/dashboards/all.libsonnet
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
'ebs.json': (import 'ebs.libsonnet') {
uid: "aws-ebs",
},
'ec2.json': (import 'ec2.libsonnet') {
uid: "aws-ec2",
},
'lambda.json': (import 'lambda.libsonnet') {
uid: "aws-lambda",
},
'rds.json': (import 'rds.libsonnet') {
uid: "aws-rds",
},
's3.json': (import 's3.libsonnet') {
uid: "aws-s3",
},
'ebs.json': import 'ebs.libsonnet',
'ec2.json': import 'ec2.libsonnet',
'lambda.json': import 'lambda.libsonnet',
'rds.json': import 'rds.libsonnet',
's3.json': import 's3.libsonnet',
}

0 comments on commit af3c4be

Please sign in to comment.