mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-23 07:25:28 +00:00
.. | ||
assets | ||
custom-queries | ||
docker-compose.yml | ||
env_prepare_test.go | ||
Makefile | ||
metrics_test.go | ||
performance_test.go | ||
readme.md | ||
utils_test.go |
integration tests for exporter update
Fast start:
run
make prepare-env-from-repo
then run any of the make test-*
A bit of details:
-
unpack original exporter
make prepare-base-exporter
2.a. download updated exporter from specific feature build
make prepare-exporter-from-fb url="<feature build client binary url>"
2.b. or use current repo as updated exporter
make prepare-exporter-from-repo
-
start test postgres_server
make start-postgres-db
-
run basic performance comparison test
make test-performance
-
run metrics list compatibility test
make test-metrics