question

pandya.chirantan_140268 avatar image
pandya.chirantan_140268 asked pandya.chirantan_140268 commented

Cassandra cluster and Grafana and Prometheus monitoring not working When below parameter in ymal to 64 are change concurrent_reads: 64

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

monitoring
2 comments
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

pandya.chirantan_140268 avatar image pandya.chirantan_140268 commented ·

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"


0 Likes 0 ·
pandya.chirantan_140268 avatar image pandya.chirantan_140268 commented ·

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"

0 Likes 0 ·

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

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!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.