Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 357 Bytes

Contributing notes

Local setup

The easiest way to make a local development setup is to use Docker Compose.

docker-compose up
make all testall
export DATA_SOURCE_NAME='admin:admin@tcp(127.0.0.1:16032)/'
./proxysql_exporter

testall make target will run integration tests and also leave ProxySQL inside Docker container in configured state.