concurrent_reads: 64
concurrent_writes: 64
concurrent_counter_writes: 64
And if I revert parameter to 32 it displays Metrix
Even with value as 64 for parameter and multiple bounce graph are not display
concurrent_reads: 64
concurrent_writes: 64
concurrent_counter_writes: 64
And if I revert parameter to 32 it displays Metrix
Even with value as 64 for parameter and multiple bounce graph are not display
Current setup is on vm
I am collecting be addition below parameter
JVM_OPTS="$JVM_OPTS -javaagent:/etc/jmx_prometheus/jmx_prometheus_javaagent-0.9.jar=7070:/etc/jmx_prometheus/cassandra.yml"
[root@carodpawpd1v default.conf]# cat /etc/jmx_prometheus/cassandra.yml
lowercaseOutputLabelNames: true
lowercaseOutputName: true
whitelistObjectNames: ["org.apache.cassandra.metrics:*"]
# ColumnFamily is an alias for Table metrics
blacklistObjectNames: ["org.apache.cassandra.metrics:type=ColumnFamily,*"]
rules:
# Generic gauges with 0-2 labels
- pattern: org.apache.cassandra.metrics<type=(\S*)(?:, ((?!scope)\S*)=(\S*))?(?:, scope=(\S*))?, name=(\S*)><>Value
name: cassandra_$1_$5
type: GAUGE
labels:
"$1": "$4"
"$2": "$3"
last part
- pattern: org.apache.cassandra.metrics<type=(\S*)(?:, ((?!scope)\S*)=(\S*))?(?:, scope=(\S*))?, name=((?:.+)?(?:Latency))><>(\d+)thPercentile
name: cassandra_$1_$5_seconds
type: GAUGE
labels:
"$1": "$4"
"$2": "$3"
quantile: "0.$6"
# Convert microseconds to seconds
valueFactor: 0.000001
- pattern: org.apache.cassandra.metrics<type=(\S*)(?:, ((?!scope)\S*)=(\S*))?(?:, scope=(\S*))?, name=(.+)><>(\d+)thPercentile
name: cassandra_$1_$5
type: GAUGE
labels:
"$1": "$4"
"$2": "$3"
quantile: "0.$6"
We need more information about your cluster configuration to be able to assist you.
Start with your hardware configuration, how you are collecting the metrics, whether your cluster is in Kubernetes, and any other relevant info you can provide.
Please edit your original question and post these information in the question body (please don't post them as an "answer"). Cheers!
5 People are following this question.
How do I retrieve Cassandra table metrics using the Spark connector?
Where do I get the Grafana dashboards for MCAC?
What language is the OpsCenter email.conf written in?
Why is there no data displayed on the Grafana dashboard when using MCAC?
Is there a way of checking if a process is running without having to SSH to a node?
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use