Skip to content
Snippets Groups Projects
Commit eef163cb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update psql-dbrows

parent d4151265
No related branches found
No related tags found
1 merge request!4update psql-dbrows
......@@ -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')"
; ----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment