Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 439 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 MONGODB_URL='mongodb://localhost:27017'
./mongodb_exporter

testall make target will run integration tests.

Vendoring

We use dep to vendor dependencies. Please use released version of dep (i.e. do not go get from master branch).