We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf0830 commit f955010Copy full SHA for f955010
couchbase-mixin/dashboards/couchbase-node-overview.libsonnet
@@ -990,7 +990,7 @@ local errorLogsPanel(matcher) = {
990
{
991
datasource: lokiDatasource,
992
editorMode: 'code',
993
- expr: '{' + matcher + '} |~ `(ns_server:error)`',
+ expr: '{' + matcher + '} |~ `ns_server:error|couchbase.log.error`',
994
queryType: 'range',
995
refId: 'A',
996
},
@@ -1016,7 +1016,7 @@ local couchbaseLogsPanel(matcher) = {
1016
1017
1018
1019
- expr: '{' + matcher + '} |~ `(couchdb:(info|error))`',
+ expr: '{' + matcher + '} |~ `couchdb`',
1020
1021
1022
0 commit comments