You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,23 @@ Prerequisites
8
8
The following items are required on the host platform in addition to the Boundary Premium [relay](http://premium-support.boundary.com/customer/portal/articles/1635550-plugins---how-to).
9
9
* Python 2.6.6 or later
10
10
* PsycoPG2 module which the requires the following to install using pip
11
-
* PostreSQL libpq-dev
12
-
* PythonDev
11
+
-- PostreSQL libpq-dev
12
+
-- PythonDev
13
13
14
-
## Installation of the PsycoPG2 library using pip:
To limit additional metrics the plugin currently provides the below metrics but can easily be extended to provide per DB metrics
23
-
(see code comments) Or make custom collections if required.
27
+
The plugin currently provides the below indicated metrics below, but can easily be extended to provide per database metrics or custom metrics if required.
24
28
25
29
### Lock Stats
26
30
The following collects regarding database wide locks.
0 commit comments