Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burmanm/mcac-revisit

Cassandra Prometheus metrics exporter
https://github.com/burmanm/mcac-revisit

cassandra metrics prometheus

Last synced: about 2 months ago
JSON representation

Cassandra Prometheus metrics exporter

Awesome Lists containing this project

README

        

# mcac-revisit

To build:

```
gradlew shadowJar
```

To deploy to Cassandra, add to conf/cassandra-env.sh:

```
REVISIT_ROOT=/home/replaceme/git/mcac-revisit
JVM_OPTS="$JVM_OPTS -javaagent:${REVISIT_ROOT}/build/libs/mcac-revisit-1.0-SNAPSHOT-all.jar"
```