ScyllaDB University LIVE, FREE Virtual Training Event | March 21
Register for Free
ScyllaDB Documentation Logo Documentation
  • Server
  • Cloud
  • Tools
    • ScyllaDB Manager
    • ScyllaDB Monitoring Stack
    • ScyllaDB Operator
  • Drivers
    • CQL Drivers
    • DynamoDB Drivers
  • Resources
    • ScyllaDB University
    • Community Forum
    • Tutorials
Download
ScyllaDB Docs ScyllaDB Enterprise ScyllaDB Enterprise Metric Update - ScyllaDB Enterprise 2023.1 to 2024.1

Caution

You're viewing documentation for a previous version. Switch to the latest stable version.

ScyllaDB Enterprise Metric Update - ScyllaDB Enterprise 2023.1 to 2024.1¶

ScyllaDB Enterprise 2024.1 Dashboards are available as part of the latest Scylla Monitoring Stack.

New Metrics¶

The following metrics are new in ScyllaDB Enterprise 2024.1 compared to 2023.1:

Metric

Description

scylla_cache_rows_compacted

Total amount of attempts to compact expired rows during read.

scylla_cql_authorized_prepared_statements_privileged_entries_evictions_on_size

Counts the number of evictions of prepared statements from the authorized prepared statements cache after they have been used more than once.

scylla_cql_maximum_replication_factor_fail_violations

Counts the number of maximum_replication_factor_fail_threshold guardrail violations, i.e. attempts to create a keyspace with RF on one of the DCs above the set guardrail.

scylla_cql_maximum_replication_factor_warn_violations

Counts the number of maximum_replication_factor_warn_threshold guardrail violations, i.e. attempts to create a keyspace with RF on one of the DCs above the set guardrail

scylla_cql_minimum_replication_factor_fail_violations

Counts the number of minimum_replication_factor_fail_threshold guardrail violations, i.e. attempts to create a keyspace with RF on one of the DCs below the set guardrail

scylla_cql_minimum_replication_factor_warn_violations

Counts the number of minimum_replication_factor_warn_threshold guardrail violations, i.e. attempts to create a keyspace with RF on one of the DCs below the set guardrail.

scylla_database_querier_cache_scheduling_group_mismatches

Counts querier cache lookups that found a cached querier but had to drop it due to scheduling group mismatch.

scylla_hints_for_views_manager_send_errors

Number of unexpected errors during sending; sending will be retried later.

scylla_hints_manager_send_errors

Number of unexpected errors during sending; sending will be retried later.

scylla_reactor_stalls

A histogram of reactor stall durations.

scylla_storage_proxy_coordinator_background_read_repairs

Number of background read repairs.

scylla_storage_proxy_coordinator_background_writes_failed

Number of write requests that failed after CL was reached.

scylla_storage_proxy_coordinator_canceled_read_repairs

Number of global read repairs canceled due to a concurrent write.

scylla_storage_proxy_coordinator_cas_dropped_prune

How many times a coordinator did not perform prune after CAS.

scylla_storage_proxy_coordinator_cas_failed_read_round_optimization

CAS read rounds issued only if the previous value is missing on some replica.

scylla_storage_proxy_coordinator_cas_read_contention

How many contended reads were encountered.

scylla_storage_proxy_coordinator_cas_read_latency_summary

CAS read latency summary.

scylla_storage_proxy_coordinator_cas_read_latency

Transactional read latency histogram.

scylla_storage_proxy_coordinator_cas_read_timeouts

Number of transactional read requests failed due to a timeout.

scylla_storage_proxy_coordinator_cas_read_unavailable

Number of transactional read requests failed due to an “unavailable” error.

scylla_storage_proxy_coordinator_cas_read_unfinished_commit

Number of transaction commit attempts that occurred on read.

scylla_storage_proxy_coordinator_cas_total_operations

Number of total Paxos operations executed (reads and writes).

scylla_storage_proxy_coordinator_cas_write_condition_not_met

Number of transaction preconditions that did not match current values.

scylla_storage_proxy_coordinator_cas_write_contention

How many contended writes were encountered.

scylla_storage_proxy_coordinator_cas_write_latency_summary

CAS write latency summary.

scylla_storage_proxy_coordinator_cas_write_latency

Transactional write latency histogram.

scylla_storage_proxy_coordinator_cas_write_timeout_due_to_uncertainty

How many times write timeout was reported because of uncertainty in the result.

scylla_storage_proxy_coordinator_cas_write_timeouts

Number of transactional write requests failed due to a timeout.

scylla_storage_proxy_coordinator_cas_write_unavailable

Number of transactional write requests failed due to an “unavailable” error.

scylla_storage_proxy_coordinator_cas_write_unfinished_commit

Number of transaction commit attempts that occurred on write.

scylla_storage_proxy_coordinator_foreground_read_repairs

Number of foreground read repairs.

scylla_storage_proxy_coordinator_range_timeouts

Number of range read operations failed due to a timeout.

scylla_storage_proxy_coordinator_range_unavailable

Number of range read operations failed due to an “unavailable” error.

scylla_storage_proxy_coordinator_read_rate_limited

Number of read requests that were rejected by replicas because the rate limit for the partition was reached.

scylla_storage_proxy_coordinator_read_retries

Number of read retry attempts.

scylla_storage_proxy_coordinator_reads_coordinator_outside_replica_set

Number of CQL read requests that arrived to a non-replica and had to be forwarded to a replica.

scylla_storage_proxy_coordinator_read_timeouts

Number of read requests failed due to a timeout.

scylla_storage_proxy_coordinator_read_unavailable

Number read requests failed due to an “unavailable” error.

scylla_storage_proxy_coordinator_speculative_data_reads

Number of speculative data read requests that were sent

scylla_storage_proxy_coordinator_speculative_digest_reads

Number of speculative digest read requests that were sent.

scylla_storage_proxy_coordinator_throttled_writes

Number of throttled write requests.

scylla_storage_proxy_coordinator_write_rate_limited

Number of write requests that were rejected by replicas because the rate limit for the partition was reached.

scylla_storage_proxy_coordinator_writes_coordinator_outside_replica_set

Number of CQL write requests that arrived to a non-replica and had to be forwarded to a replica.

scylla_storage_proxy_coordinator_writes_failed_due_to_too_many_in_flight_hints

Number of CQL write requests that failed because the hinted handoff mechanism is overloaded and cannot store any more in-flight hints.

scylla_storage_proxy_coordinator_write_timeouts

Number of write requests failed due to a timeout.

scylla_storage_proxy_coordinator_write_unavailable

Number of write requests failed due to an “unavailable” error.

scylla_storage_proxy_replica_cas_dropped_prune

How many times a coordinator did not perfom prune after CAS.

scylla_storage_proxy_replica_cross_shard_ops

Number of operations that crossed a shard boundary.

scylla_storage_proxy_replica_forwarded_mutations

Number of mutations forwarded to other replica nodes.

scylla_storage_proxy_replica_forwarding_errors

Number of errors during forwarding mutations to other replica nodes.

scylla_storage_proxy_replica_reads

Number of remote data read requests this node received.

scylla_storage_proxy_replica_received_counter_updates

Number of counter updates received by this node acting as an update leader.

scylla_storage_proxy_replica_received_mutations

Number of mutations received by a replica node.

scylla_transport_cql_request_bytes

Counts the total number of received bytes in CQL messages of a specific kind.

scylla_transport_cql_requests_count

Counts the total number of CQL messages of a specific kind.

scylla_transport_cql_response_bytes

Counts the total number of sent response bytes for CQL requests of a specific kind.

scylla_view_update_generator_sstables_to_move_count

Number of sets of sstables that are already processed and waiting to be moved from their staging directory.

Was this page helpful?

  • Create an issue

On this page

  • ScyllaDB Enterprise Metric Update - ScyllaDB Enterprise 2023.1 to 2024.1
    • New Metrics
ScyllaDB Enterprise
  • enterprise
    • 2024.2
    • 2024.1
    • 2023.1
    • 2022.2
  • Getting Started
    • Install ScyllaDB Enterprise
      • ScyllaDB Web Installer for Linux
      • Install ScyllaDB Without root Privileges
      • Install scylla-jmx Package
      • Air-gapped Server Installation
      • ScyllaDB Housekeeping and how to disable it
      • ScyllaDB Developer Mode
      • Launch ScyllaDB on AWS
      • Launch ScyllaDB on GCP
      • Launch ScyllaDB on Azure
    • Configure ScyllaDB
    • ScyllaDB Configuration Reference
    • ScyllaDB Requirements
      • System Requirements
      • OS Support
      • Cloud Instance Recommendations
      • ScyllaDB in a Shared Environment
    • Migrate to ScyllaDB
      • Migration Process from Cassandra to ScyllaDB
      • ScyllaDB and Apache Cassandra Compatibility
      • Migration Tools Overview
    • Integration Solutions
      • Integrate ScyllaDB with Spark
      • Integrate ScyllaDB with KairosDB
      • Integrate ScyllaDB with Presto
      • Integrate ScyllaDB with Elasticsearch
      • Integrate ScyllaDB with Kubernetes
      • Integrate ScyllaDB with the JanusGraph Graph Data System
      • Integrate ScyllaDB with DataDog
      • Integrate ScyllaDB with Kafka
      • Integrate ScyllaDB with IOTA Chronicle
      • Integrate ScyllaDB with Spring
      • Shard-Aware Kafka Connector for ScyllaDB
      • Install ScyllaDB with Ansible
      • Integrate ScyllaDB with Databricks
      • Integrate ScyllaDB with Jaeger Server
      • Integrate ScyllaDB with MindsDB
    • Tutorials
  • ScyllaDB for Administrators
    • Administration Guide
    • Procedures
      • Cluster Management
      • Backup & Restore
      • Change Configuration
      • Maintenance
      • Best Practices
      • Benchmarking ScyllaDB
      • Migrate from Cassandra to ScyllaDB
      • Disable Housekeeping
    • Security
      • ScyllaDB Security Checklist
      • Enable Authentication
      • Enable and Disable Authentication Without Downtime
      • Creating a Custom Superuser
      • Generate a cqlshrc File
      • Reset Authenticator Password
      • Enable Authorization
      • Grant Authorization CQL Reference
      • Certificate-based Authentication
      • Role Based Access Control (RBAC)
      • ScyllaDB Auditing Guide
      • Encryption: Data in Transit Client to Node
      • Encryption: Data in Transit Node to Node
      • Generating a self-signed Certificate Chain Using openssl
      • Configure SaslauthdAuthenticator
      • Encryption at Rest
      • LDAP Authentication
      • LDAP Authorization (Role Management)
      • Software Bill Of Materials (SBOM)
    • Admin Tools
      • Nodetool Reference
      • CQLSh
      • Admin REST API
      • Tracing
      • ScyllaDB SStable
      • ScyllaDB Types
      • SSTableLoader
      • cassandra-stress
      • SSTabledump
      • SSTableMetadata
      • ScyllaDB Logs
      • Seastar Perftune
      • Virtual Tables
      • Reading mutation fragments
      • Maintenance socket
      • Maintenance mode
      • Task manager
    • Version Support Policy
    • ScyllaDB Monitoring Stack
    • ScyllaDB Operator
    • ScyllaDB Manager
    • Upgrade Procedures
      • About Upgrade
      • Upgrade Guides
    • System Configuration
      • System Configuration Guide
      • scylla.yaml
      • ScyllaDB Snitches
    • Benchmarking ScyllaDB
    • ScyllaDB Diagnostic Tools
  • ScyllaDB for Developers
    • Develop with ScyllaDB
    • Tutorials and Example Projects
    • Learn to Use ScyllaDB
    • ScyllaDB Alternator
    • ScyllaDB Drivers
      • ScyllaDB CQL Drivers
      • ScyllaDB DynamoDB Drivers
  • CQL Reference
    • CQLSh: the CQL shell
    • Appendices
    • Compaction
    • Consistency Levels
    • Consistency Level Calculator
    • Data Definition
    • Data Manipulation
      • SELECT
      • INSERT
      • UPDATE
      • DELETE
      • BATCH
    • Data Types
    • Definitions
    • Global Secondary Indexes
    • Expiring Data with Time to Live (TTL)
    • Functions
    • Wasm support for user-defined functions
    • JSON Support
    • Materialized Views
    • Non-Reserved CQL Keywords
    • Reserved CQL Keywords
    • DESCRIBE SCHEMA
    • Service Levels
    • ScyllaDB CQL Extensions
  • Features
    • Lightweight Transactions
    • Global Secondary Indexes
    • Local Secondary Indexes
    • Materialized Views
    • Counters
    • Change Data Capture
      • CDC Overview
      • The CDC Log Table
      • Basic operations in CDC
      • CDC Streams
      • CDC Stream Generations
      • Querying CDC Streams
      • Advanced column types
      • Preimages and postimages
      • Data Consistency in CDC
    • Workload Attributes
    • Workload Prioritization
  • ScyllaDB Architecture
    • Data Distribution with Tablets
    • ScyllaDB Ring Architecture
    • ScyllaDB Fault Tolerance
    • Consistency Level Console Demo
    • ScyllaDB Anti-Entropy
      • ScyllaDB Hinted Handoff
      • ScyllaDB Read Repair
      • ScyllaDB Repair
    • SSTable
      • ScyllaDB SSTable - 2.x
      • ScyllaDB SSTable - 3.x
    • Compaction Strategies
    • Raft Consensus Algorithm in ScyllaDB
    • Zero-token Nodes
  • Troubleshooting ScyllaDB
    • Errors and Support
      • Report a ScyllaDB problem
      • Error Messages
      • Change Log Level
    • ScyllaDB Startup
      • Ownership Problems
      • ScyllaDB will not Start
      • ScyllaDB Python Script broken
    • Upgrade
      • Inaccessible configuration files after ScyllaDB upgrade
    • Cluster and Node
      • Handling Node Failures
      • Failure to Add, Remove, or Replace a Node
      • Failed Decommission Problem
      • Cluster Timeouts
      • Node Joined With No Data
      • NullPointerException
      • Failed Schema Sync
    • Data Modeling
      • ScyllaDB Large Partitions Table
      • ScyllaDB Large Rows and Cells Table
      • Large Partitions Hunting
      • Failure to Update the Schema
    • Data Storage and SSTables
      • Space Utilization Increasing
      • Disk Space is not Reclaimed
      • SSTable Corruption Problem
      • Pointless Compactions
      • Limiting Compaction
    • CQL
      • Time Range Query Fails
      • COPY FROM Fails
      • CQL Connection Table
    • ScyllaDB Monitor and Manager
      • Manager and Monitoring integration
      • Manager lists healthy nodes as down
    • Installation and Removal
      • Removing ScyllaDB on Ubuntu breaks system packages
  • Knowledge Base
    • Upgrading from experimental CDC
    • Compaction
    • Consistency in ScyllaDB
    • Counting all rows in a table is slow
    • CQL Query Does Not Display Entire Result Set
    • When CQLSh query returns partial results with followed by “More”
    • Run ScyllaDB and supporting services as a custom user:group
    • Customizing CPUSET
    • Decoding Stack Traces
    • Snapshots and Disk Utilization
    • DPDK mode
    • Debug your database with Flame Graphs
    • Efficient Tombstone Garbage Collection in ICS
    • How to Change gc_grace_seconds for a Table
    • Gossip in ScyllaDB
    • Increase Permission Cache to Avoid Non-paged Queries
    • How does ScyllaDB LWT Differ from Apache Cassandra ?
    • Map CPUs to ScyllaDB Shards
    • ScyllaDB Memory Usage
    • NTP Configuration for ScyllaDB
    • Updating the Mode in perftune.yaml After a ScyllaDB Upgrade
    • POSIX networking for ScyllaDB
    • ScyllaDB consistency quiz for administrators
    • Recreate RAID devices
    • How to Safely Increase the Replication Factor
    • ScyllaDB and Spark integration
    • Increase ScyllaDB resource limits over systemd
    • ScyllaDB Seed Nodes
    • How to Set up a Swap Space
    • ScyllaDB Snapshots
    • ScyllaDB payload sent duplicated static columns
    • Stopping a local repair
    • System Limits
    • How to flush old tombstones from a table
    • Time to Live (TTL) and Compaction
    • ScyllaDB Nodes are Unresponsive
    • Update a Primary Key
    • Using the perf utility with ScyllaDB
    • Configure ScyllaDB Networking with Multiple NIC/IP Combinations
  • Reference
    • AWS Images
    • Azure Images
    • GCP Images
    • Configuration Parameters
    • Glossary
    • Limits
    • ScyllaDB Enterprise vs. Open Source Matrix
    • API Reference (BETA)
    • Metrics (BETA)
  • ScyllaDB University
  • ScyllaDB FAQ
  • Alternator: DynamoDB API in Scylla
    • Getting Started With ScyllaDB Alternator
    • ScyllaDB Alternator for DynamoDB users
    • Alternator-specific APIs
Docs Tutorials University Contact Us About Us
© 2025, ScyllaDB. All rights reserved. | Terms of Service | Privacy Policy | ScyllaDB, and ScyllaDB Cloud, are registered trademarks of ScyllaDB, Inc.
Last updated on 09 Apr 2025.
Powered by Sphinx 7.4.7 & ScyllaDB Theme 1.8.6