From eef163cba7ea7a9584fd4772550f198c05f83d20 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 8 Jun 2023 17:06:11 +0200 Subject: [PATCH] update psql-dbrows --- iml_psql-dbrows.ini | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/iml_psql-dbrows.ini b/iml_psql-dbrows.ini index 99b4bc9..a101b06 100644 --- a/iml_psql-dbrows.ini +++ b/iml_psql-dbrows.ini @@ -8,7 +8,7 @@ ; ---------------------------------------------------------------------- -; graph +; graph READ actions ; ---------------------------------------------------------------------- [psqlserverdbrows.graph] @@ -45,12 +45,17 @@ fetched = "alias($metric$, 'Fetched - rows fetched by index scans')" ; ---------------------------------------------------------------------- +; graph WRITE actions +; ---------------------------------------------------------------------- + +[psqlserverdbrows2.graph] +check_command = "Postgres-dbrows" [psqlserverdbrows2.urlparams] areaAlpha = "0.2" areaMode = "all" -colorList = "88cc88,aaaadd,ffaaaa,6699aa,ffaaaa" -; ^ ^ ^ ^ +colorList = "88cc88,aaaadd,ffaaaa" +; ^ ^ ^ ; insert update deleted lineWidth = "2" min = "0" @@ -67,3 +72,5 @@ inserted = "alias($metric$, 'inserted')" updated = "alias($metric$, 'updated')" deleted = "alias($metric$, 'deleted')" + +; ---------------------------------------------------------------------- -- GitLab