From 04f772c067492b43222f406ae6964bc41df9df90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 23 Sep 2024 12:08:43 +0200 Subject: [PATCH] Add color for other log levels --- dashboards/datalayer-service.json | 32 ++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/dashboards/datalayer-service.json b/dashboards/datalayer-service.json index 5617e9e..1adfae7 100644 --- a/dashboards/datalayer-service.json +++ b/dashboards/datalayer-service.json @@ -1023,6 +1023,36 @@ } } ] + }, + { + "matcher": { + "id": "byName", + "options": "WARNING" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "orange", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "DEBUG" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "blue", + "mode": "fixed" + } + } + ] } ] }, @@ -1197,6 +1227,6 @@ "timezone": "", "title": "Services", "uid": "ad5e35f5cdc892317c4b7e4f321c402c", - "version": 12, + "version": 13, "weekStart": "" }