Skip to content

Commit

Permalink
fixed typo (grafana#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo authored Aug 13, 2024
1 parent af84109 commit 022853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracledb-mixin/dashboards/overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ local alertLogPanel(matcher) = {
{
datasource: lokiDatasource,
editorMode: 'builder',
expr: '{' + matcher + '} |= `` | (filename=~"/.*/.*/diag/rdbms/.*/.*/trace/alert_.*log or log_type="oracledb")',
expr: '{' + matcher + '} |= `` | (filename=~"/.*/.*/diag/rdbms/.*/.*/trace/alert_.*log" or log_type="oracledb")',
queryType: 'range',
refId: 'A',
},
Expand Down

0 comments on commit 022853b

Please sign in to comment.