Skip to content

Commit

Permalink
fix: Index nit
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Dec 1, 2023
1 parent bb20dba commit 403e845
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions dashboards/django-requests-overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
view: 1,
'Value #A': 2,
'Value #B': 3,
'Value #C': 4,
namespace: 2,
'Value #A': 4,
'Value #B': 5,
'Value #C': 6,
},
excludeByName: {
Time: true,
Expand Down Expand Up @@ -552,9 +553,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
view: 1,
'Value #A': 2,
'Value #B': 3,
'Value #C': 4,
namespace: 2,
'Value #A': 4,
'Value #B': 5,
'Value #C': 6,
},
excludeByName: {
Time: true,
Expand Down Expand Up @@ -625,10 +627,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
view: 1,
namespace: 2,
},
excludeByName: {
Time: true,
namespace: true,
},
}
),
Expand Down Expand Up @@ -694,10 +696,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
type: 1,
namespace: 2,
},
excludeByName: {
Time: true,
namespace: true,
},
}
),
Expand Down Expand Up @@ -752,10 +754,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
view: 1,
namespace: 2,
},
excludeByName: {
Time: true,
namespace: true,
},
}
),
Expand Down Expand Up @@ -822,10 +824,10 @@ local tbOverride = tbStandardOptions.override;
indexByName: {
job: 0,
templatename: 1,
namespace: 2,
},
excludeByName: {
Time: true,
namespace: true,
},
}
),
Expand Down

0 comments on commit 403e845

Please sign in to comment.