metric-collector-for-apache-cassandra
metric-collector-for-apache-cassandra copied to clipboard
Drop-in metrics collection and dashboards for Apache Cassandra
As part of our idea for MCAC dashboards design, we need 2 kind of dashboards, for 2 distinct usages: - Overview Dashboard(s) - To detect anomalies. That's the dashboard where...
`dashboards/k8s-build/generated/grafana/overview.dashboard.yaml` looks like this (I've omitted the JSON chunk for brevity): ``` apiVersion: integreatly.org/v1alpha1 kind: GrafanaDashboard metadata: labels: app: grafana name: overview spec: json: "{ ... }" name: overview.json url:...
The api changed for 4.0 so we need a diff impl for 4.0
I use Cassandra 3.11. After restarting cluster, I see the line below in the system.log. There are no errors in the MCAC logs. > INFO [insights-3-1] 2020-10-18 19:28:01,297 NoSpamLogger.java:91 -...
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Example of the rendered dashboard (dse setup): http://10.101.32.235:3000/d/G1zaM67Mz/storage-attached-index
This is for Cassandra V 3.11.3. WARN [ReadStage-9] 2020-05-27 05:38:34,503 ReadCommand.java:569 - Read 251 live rows and 2387 tombstone cells for query SELECT * FROM keyspace.table WHERE column1, column2 =...
I tried installing this on a sample cluster I have and couple issues i came across running on apache-cassandra 3.11.5 and centos 7.5 (CentOS Linux release 7.5.1804 (Core)). install is...
Good day! should I add to this config "collectd.conf.tmpl" any additional plugin rows like java for full show cassandra statistics in the dashboards or default config must show all tabs...
Trying to build from main or `v0.3.5` tag, the parent pom.xml is trying to pull `https://github.com/riptano/collectd/releases/download/v${collectd.version}/insights-collectd-${collectd.version}.tar.gz` but that GitHub repo does not seem to exist any more.