You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-04 18:51:42 +03:00
Add postgres 12 to integration tests.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
Prometheus exporter for PostgreSQL server metrics.
|
||||
|
||||
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`
|
||||
CI Tested PostgreSQL versions: `9.4`, `9.5`, `9.6`, `10`, `11`, `12`
|
||||
|
||||
## Quick Start
|
||||
This package is available for Docker:
|
||||
|
||||
@@ -31,6 +31,7 @@ VERSIONS=( \
|
||||
9.6 \
|
||||
10 \
|
||||
11 \
|
||||
12 \
|
||||
)
|
||||
|
||||
wait_for_postgres(){
|
||||
|
||||
Reference in New Issue
Block a user