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
+50-49Lines changed: 50 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,22 @@
1
1
Boundary PostgreSQL Plugin
2
-
==========================
3
-
2
+
--------------------------
4
3
**Awaiting Certification**
5
4
5
+
Extracts metrics from a PostgreSQL database instance.
6
+
7
+
8
+
6
9
Prerequisites
7
10
-------------
8
11
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
-
* Python 2.6.6 or later
10
-
* PsycoPG2 module which the requires the following to install using pip
11
-
-- PostreSQL libpq-dev
12
-
-- PythonDev
12
+
- Python 2.6.6 or later
13
+
- PsycoPG2 module
14
+
- PostreSQL development packages: postgresql-devel
15
+
- Python development packages: python-devel
16
+
17
+
### Plugin Setup
13
18
14
-
### Installation of the PsycoPG2 library using pip:
19
+
####Installation of the PsycoPG2 Library Using `pip`
15
20
16
21
1. Install [pip](http://pip.readthedocs.org/en/latest/installing.html) if not already installed
17
22
@@ -25,48 +30,44 @@ The following items are required on the host platform in addition to the Boundar
25
30
$ pip install psycopg2
26
31
```
27
32
28
-
## Metrics
29
-
The plugin currently provides the below indicated metrics below, but can easily be extended to provide per database metrics or custom metrics if required.
30
-
31
-
### Lock Stats
32
-
The following collects regarding database wide locks.
0 commit comments