Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 624 Bytes

Bugs and Pull Requests

All bugs and pull requests should be submitted to the github repo.

Building and Deploying

$ charmcraft build
$ curl -L https://github.com/instaclustr/cassandra-exporter/releases/download/v0.9.10/cassandra-exporter-agent-0.9.10.jar -o cassandra-exporter-agent.jar
$ juju deploy ./cassandra-k8s_ubuntu-20.04-amd64.charm \
    --resource cassandra-image='cassandra:3.11' \
    --resource cassandra-prometheus-exporter="$(pwd)/cassandra-exporter-agent.jar"

Tests

$ ./run_tests