Update README.md

This commit is contained in:
Thomas Menard 2016-03-07 11:49:00 +01:00
parent 0d27e58e78
commit 3d1f90b67e
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ For now only two queries are specified and it's up to you to add more; some per
* A boolean to define if the query have to be run against some specific variables (defined in the databaes variable of the plugin section) * A boolean to define if the query have to be run against some specific variables (defined in the databaes variable of the plugin section)
* The list of the column that have to be defined has tags * The list of the column that have to be defined has tags
```
# specify address via a url matching: # specify address via a url matching:
# postgres://[pqgotest[:password]]@localhost[/dbname]?sslmode=[disable|verify-ca|verify-full] # postgres://[pqgotest[:password]]@localhost[/dbname]?sslmode=[disable|verify-ca|verify-full]
# or a simple string: # or a simple string:
@ -50,6 +50,6 @@ For now only two queries are specified and it's up to you to add more; some per
version=901 version=901
withdbname=false withdbname=false
tagvalue="" tagvalue=""
```
The system can be easily extended using homemade metrics collection tools or using postgreql extensions (pg_stat_statement, pg_proctab, powa...) The system can be easily extended using homemade metrics collection tools or using postgreql extensions (pg_stat_statement, pg_proctab, powa...)