Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burmanm/mcac-revisit
- Owner: burmanm
- Created: 2022-08-09T14:25:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T14:53:03.000Z (about 2 years ago)
- Last Synced: 2024-10-30T04:56:08.023Z (3 months ago)
- Topics: cassandra, metrics, prometheus
- Language: Java
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
```