Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixing oracle
  • Loading branch information
gaantunes committed Oct 9, 2023
commit 90eb4a50d4b26ae5896f418f53e47dd41f058c73
10 changes: 8 additions & 2 deletions oracledb-mixin/dashboards/overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ local tablespaceSizePanel = {
uid=dashboardUid,
)
.addTemplates(
std.flattenArrays([
[
{
hide: 0,
Expand All @@ -1071,6 +1072,9 @@ local tablespaceSizePanel = {
regex: '',
type: 'datasource',
},
],
if $._config.enableLokiLogs then
[
{
hide: 0,
label: 'Loki datasource',
Expand All @@ -1080,6 +1084,8 @@ local tablespaceSizePanel = {
regex: '',
type: 'datasource',
},
] else [],
[
template.new(
'job',
promDatasource,
Expand Down Expand Up @@ -1114,8 +1120,8 @@ local tablespaceSizePanel = {
allValues='.+',
sort=1
),
],
)
]],
))
.addPanels(
std.flattenArrays([
[
Expand Down