Skip to content
Snippets Groups Projects

2 more psql templates

Merged Hahn Axel (hahn) requested to merge 6010-postgres-monitoring-user into master

Files

+ 1
2
; ======================================================================
;
; PSQLSERVER activity
; PSQLSERVER activity
;
; ----------------------------------------------------------------------
; 2023-06-08 <axel.hahn@unibe.ch> initial version
@@ -39,4 +39,3 @@ other = "alias($metric$, 'Other')"
idle = "alias($metric$, 'Idle incl. idle in transaction')"
fast = "alias($metric$, 'Fastpath function call')"
active = "alias($metric$, 'Active (values are stacked)')"
Loading