Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
Azure Managed Apache CassandraAzure Managed Apache Cassandra
Azure Managed Apache Cassandra

Azure Managed Apache Cassandra

Gain insights into your Azure Managed Cassandra Instance health and performance.

Extension
Free trialDocumentation
  • Product information
  • Release notes

Overview

Prometheus is an open-source monitoring toolkit for collecting and alerting on infrastructure and platform metrics. These metrics are exposed by Prometheus in OpenMetrics format. Prometheus exporters provide a standardized monitoring interface for numerous technologies and services. By adding Dynatrace support to metrics collected from Prometheus exporters, you get intelligent observability and automatic root cause analysis for technologies such as Apache Cassandra, Redis, and Kafka. As well 100+ integrations maintained by the Prometheus community.

This is intended for users who want to:

  • Leverage Apache Cassandra Prometheus metrics to extend Dynatrace’s monitoring capabilities.

This enables you to:

  • Monitor you Azure Managed Instance for Apache Cassandra Cluster
  • Visualize Infrastructure (Cluster, Data Center, Rack, Node) and Data (Keyspace & Table) Metrics.
  • Proactively alert on anomalies of Prometheus metrics with Davis AI.

Compatibility Requirements:

  • ActiveGate version 1.231+

Get started

For more information on the installation and configuration, please see Azure Managed Apache Cassandra extension in the Dynatrace Documentation.

Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Client Request Latency Totalmcac_client_request_latency_total.countLatency of Client Requests.MilliSecond
Metric nameMetric keyDescriptionUnit
Table Range Latencymcac_table_range_latency-MicroSecond
Table Read Latencymcac_table_read_latency-MicroSecond
Table Write Latencymcac_table_write_latency-MicroSecond
Table Bloom Filter Disk Space Usedmcac_table_bloom_filter_disk_space_usedDisk space used by bloom filter (in bytes).Byte
Table Bloom Filter False Positivesmcac_table_bloom_filter_false_positivesNumber of false positives on table’s bloom filter.Count
Table Bloom Filter False Ratiomcac_table_bloom_filter_false_ratio_raw-Count
Table Bytes Flushed Totalmcac_table_bytes_flushed_total.countTotal number of bytes flushed since server [re]start.Count
Table Compaction Bytes Written Totalmcac_table_compaction_bytes_written_total.countTotal number of bytes compacted since server [re]start.Count
Table Compression Ratiomcac_table_compression_ratio_raw-Count
Table Dropped Mutations Totalmcac_table_dropped_mutations_total.countNumber of dropped mutations on this table.Count
Table Estimated Partition Countmcac_table_estimated_partition_count.gaugeApproximate number of keys in table.Count
Table Key Cache Hit Ratemcac_table_key_cache_hit_rate_raw-Count
Table Live Disk Space Used Totalmcac_table_live_disk_space_used_totalDisk space used by SSTables belonging to this table (in bytes).Byte
Table Live SSTable Countmcac_table_live_ss_table_count.gaugeNumber of SSTables on disk for this table.Count
Table Memtable Columns Countmcac_table_memtable_columns_count.gaugeTotal number of columns present in the memtable.Count
Table Memtable Live Data Sizemcac_table_memtable_live_data_sizeTotal amount of live data stored in the memtable, excluding any data structure overhead.Byte
Table Memtable Switch Count Totalmcac_table_memtable_switch_count_total.countNumber of times flush has resulted in the memtable being switched out.Count
Table Pending Compactionsmcac_table_pending_compactionsEstimate of number of pending compactions for this table.Count
Table Pending Flushes Totalmcac_table_pending_flushes_total.countEstimate of number of pending flushes for this table.Count
Table Row Cache Hit Totalmcac_table_row_cache_hit_total.countNumber of table row cache hits.Count
Table Row Cache Miss Totalmcac_table_row_cache_miss_total.countNumber of table row cache misses.Count
Table Total Disk Space Used Totalmcac_table_total_disk_space_used_totalTotal disk space used by SSTables belonging to this table, including obsolete ones waiting to be GC’d.Byte
Metric nameMetric keyDescriptionUnit
Storage Loadmcac_storage_load_totalSize, in bytes, of the on disk data size this node manages.Byte
Storage Exceptionsmcac_storage_exceptions_total.countNumber of internal exceptions caught. Under normal exceptions this should be zero.Count
Commit Log Pending Tasksmcac_commit_log_pending_tasksNumber of commit log messages written but yet to be fsync’d.Count
Commit Log Completed Tasks Totalmcac_commit_log_total_commit_log_size.countTotal number of commit log messages written since [re]start.Count
Buffer Pool Sizemcac_buffer_pool_sizeSize, in bytes, of the managed buffer poolByte
Buffer Pool Misses Totalmcac_buffer_pool_misses_total.countThe number of misses in the pool. The higher this is the more allocations incurred.Count
Client Connected Native Clientsmcac_client_connected_native_clientsNumber of clients connected to this nodes native protocol server.Count
Client Auth Failure Totalmcac_client_auth_failure_total.countNumber of clients who experience authentication failures.Count
Client Auth Success Totalmcac_client_auth_success_total.countNumber of clients who successfully authenticate.Count
Storage Total Hints Totalmcac_storage_total_hints_total.countNumber of hint messages written to this node since [re]start. Includes one entry for each host to be hinted per hint.Count
CQL Prepared Statements Executed Totalmcac_cql_prepared_statements_executed_total.countNumber of prepared statements executed.Count
CQL Regular Statements Executed Totalmcac_cql_regular_statements_executed_total.countNumber of non prepared statements executed.Count
Dropped Messages Totalmcac_dropped_message_dropped_total.countNumber of dropped messages.Count
JVM GC Countmcac_jvm_gc_count.countTotal number of collections that have occurredCount
JVM GC Timemcac_jvm_gc_time.countApproximate accumulated collection elapsed time in milliseconds.MilliSecond
JVM Memory Usedmcac_jvm_memory_usedAmount of used memory in bytesByte
JVM Usage (raw)mcac_jvm_memory_usage_rawRatio of used to maximum memoryCount
Thread Pools Active Tasksmcac_thread_pools_active_tasksNumber of tasks being actively worked on by this pool.Count
Thread Pools Total Blocked Tasks Totalmcac_thread_pools_total_blocked_tasks_total.countNumber of tasks that were blocked due to queue saturation.Count
Thread Pools Completed Tasksmcac_thread_pools_completed_tasksNumber of tasks completed.Count
Client Request Latencymcac_client_request_latency-MicroSecond
Client Request Failures Totalmcac_client_request_failures_total.countNumber of transaction failures encountered.Count
Client Request Unavailables Totalmcac_client_request_unavailables_total.countNumber of unavailable exceptions encountered.MilliSecond
Cache Hit Rate (raw)mcac_cache_hit_rate_raw-Count
Cache Capacitymcac_cache_capacityCache capacity in bytes.Count
Cache Misses Totalmcac_cache_misses_total.countTotal number of cache misses.Count
Cache Sizemcac_cache_sizeTotal size of occupied cache, in bytes.Byte
Metric nameMetric keyDescriptionUnit
Table Read Total Latency Totalmcac_table_read_total_latency_total.countRead Latency for this table.MilliSecond
Table Write Total Latency Totalmcac_table_write_total_latency_total.countWrite Latency for this table.MilliSecond
Metric nameMetric keyDescriptionUnit
Keyspace Read Total Latency Totalmcac_keyspace_read_total_latency_total.countRead latencyMilliSecond
Keyspace Write Total Latency Totalmcac_keyspace_write_total_latency_total.countWrite LatencyMilliSecond
Metric nameMetric keyDescriptionUnit
Keyspace All Memtables Live Data Sizemcac_keyspace_all_memtables_live_data_sizeTotal amount of live data stored in the memtables (2i and pending flush memtables included) that resides off-heap, excluding any data structure overhead.Byte
Keyspace Bloom Filter Disk Space Usedmcac_keyspace_bloom_filter_disk_space_usedDisk space used by bloom filter (in bytes).Byte
Keyspace Live Disk Space Usedmcac_keyspace_live_disk_space_usedDisk space used by SSTables belonging to this table (in bytes).Byte
Keyspace Memtable Columns Countmcac_keyspace_memtable_columns_count.gaugeTotal number of columns present in the memtable.Count
Keyspace Memtable Live Data Sizemcac_keyspace_memtable_live_data_sizeTotal amount of live data stored in the memtable, excluding any data structure overhead.Byte
Keyspace Memtable Switch Countmcac_keyspace_memtable_switch_count.gaugeNumber of times flush has resulted in the memtable being switched out.Count
Keyspace Pending Compactionmcac_keyspace_pending_compactionsEstimated number of compactions remaining to perform.Count
Keyspace Pending Flushesmcac_keyspace_pending_flushesEstimated number of flush tasks pending for this table.Count
Keyspace Total Disk Space Usedmcac_keyspace_total_disk_space_usedTotal disk space used by SSTables belonging to this table, including obsolete ones waiting to be GC’d.Byte
Keyspace Read Latencymcac_keyspace_read_latency-MicroSecond
Keyspace Write Latencymcac_keyspace_write_latency-MicroSecond

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

⚠️WARNING⚠️: Possible breaking changes and warnings - PLEASE READ before upgrading:

  • This version requires a minimum Dynatrace version of 1.338.0 and a minimum EEC version of 1.313.0
  • This version includes a breaking change for Dynatrace on Grail.
    • With the inclusion of OpenPipeline processing rules, any metrics ingested from the extension will be processed by a dedicated OpenPipeline pipeline.
    • This means that any dynamic route configured to process any metrics from the extension will be dropped in favor of the dedicated pipeline. Please, refer to pipeline groups to continue using dynamic routes.
    • Additionally, some field names are handled differently in OpenPipeline, e.g. capitalization. Please double-check any custom dashboards and alerts you have created for this extension.
    • You must opt-in to OpenPipeline configuration via Settings API – see the documentation.

New in this version:

  • Smartscape on Grail.
  • Added feature set metadata for recommended metrics.

Full version history

1.5.1

What's New:

  • Added keyword key value pairs to extension

Full version history

1.5.0

  • Add new metrics
    • mcac_client_request_latency

    • mcac_table_range_latency

    • mcac_table_read_latency

    • mcac_table_write_latency

    • mcac_keyspace_read_latency

    • mcac_keyspace_write_latency

    • Move old metrics to new Feature Sets

      • Client Requests (total)
        • mcac_client_request_latency_total.count
      • Keyspace Latency (total)
        • mcac_keyspace_read_total_latency_total.count
        • mcac_keyspace_write_total_latency_total.count
      • Table Latency (total)
        • mcac_table_read_total_latency_total.count
        • mcac_table_write_total_latency_total.count
  • Add Cluster & Job Filter Variables
  • DXS-3317
    • Add Platform Screens
    • Add Platform Dashboard
    • Add dt.security_context attribute to entities

Full version history

v1.2.1

  • Update Extension Signature

Full version history

v1.2.0

  • Initial Version to collect Prometheus metrics from Azure's Managed Instance for Apache Cassandra
  • See Documentation link for set up information
Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Dynatrace Intelligence - Agentic Operations SystemThe Dynatrace Agentic AI ecosystem
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityBusiness ObservabilityDigital Experience
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

222 Results filtered by:

Akamai logo

Akamai

Ingest logs and security events from Akamai products.

Extension
Alibaba Cloud logo

Alibaba Cloud

Automatically discover, baseline, and monitor Alicloud environment components.

Extension
Anypoint MQ logo

Anypoint MQ

Gather metrics about your Anypoint MQ Queues.

Extension
Apache ActiveMQ Classic logo

Apache ActiveMQ Classic

Automatic and smart observability for ActiveMQ with trace and metric insights.

Extension
Apache Cassandra logo

Apache Cassandra

Improve Apache Cassandra observability.

Extension
Apache CouchDB logo

Apache CouchDB

Intelligently observe and optimize health and performance of your database.

Extension
Apache Kafka logo

Apache Kafka

Automatic and intelligent observability with trace and metric insights.

Extension
Apache Solr logo

Apache Solr

Open-source enterprise-search platform, written in Java.

Extension
Apache Spark logo

Apache Spark

Enhanced insights for Spark Components.

Extension
Apache Zookeeper logo

Apache Zookeeper

Monitor and analyze your Apache Zookeeper with this JMX-based extension.

Extension
Apigee logo

Apigee

Remotely monitor your Apigee proxies.

Extension
AWS Cloud Monitoring logo

AWS Cloud Monitoring

New and enhanced monitoring capabilities for your AWS cloud platforms.

Extension
AWS Entities for Metric Streaming logo

AWS Entities for Metric Streaming

Analyse metrics in the context of an entity based on AWS Metric Streaming.

Extension
Azure Cloud Monitoring logo

Azure Cloud Monitoring

New and enhanced monitoring capabilities for your Azure cloud platforms.

Extensioncoming soon
Azure Managed Apache Cassandra logo

Azure Managed Apache Cassandra

Gain insights into your Azure Managed Cassandra Instance health and performance.

Extension
Black Duck logo

Black Duck

Ingest Black Duck security events and audit logs.

Extension
Ceph storage logo

Ceph storage

Monitor usage of Ceph storage system at both client side and host level.

Extension
Checkmarx logo

Checkmarx

Ingest Checkmarx security events and audit logs.

Extension
Check Point Firewall logo

Check Point Firewall

Gain insights into the performance of your Check Point Firewall devices.

Extension
Cisco ACI/APIC logo

Cisco ACI/APIC

Get insights into your Cisco Application Centric Infrastructure (ACI).

Extension
Cisco Catalyst Center (DNA Center) logo

Cisco Catalyst Center (DNA Center)

Get insights into the Cisco Catalyst Center infrastructure (f.k.a. DNA Center).

Extension
Cisco Catalyst SD-WAN Manager (Viptela) logo

Cisco Catalyst SD-WAN Manager (Viptela)

Get insights into the Cisco SD-WAN performance through the vManage API.

Extension
Cisco Firepower logo

Cisco Firepower

Monitor Cisco Firepower devices using SNMP.

Extension
Cisco UCS C-Series logo

Cisco UCS C-Series

Get insights into your Cisco UCS C-Series devices.

Extension
Cisco UCS M-Series logo

Cisco UCS M-Series

Get insights into your Cisco UCS M-Series devices.

Extension
Citrix DaaS & Virtual Apps and Desktops logo

Citrix DaaS & Virtual Apps and Desktops

Gain insight into your Citrix DaaS & Virtual Apps and Desktops environments.

Extension
Citrix Netscaler ADC logo

Citrix Netscaler ADC

Remotely monitor your Citrix NetScaler devices.

Extension
Citrix NetScaler SDX logo

Citrix NetScaler SDX

Remotely monitor your Citrix NetScaler SDX devices.

Extension
Cloudflare (extension) logo

Cloudflare (extension)

Collect notification history and various metrics from your Cloudflare accounts.

Extension
Cloud Foundry logo

Cloud Foundry

Monitor your Cloud Foundry resource definitions by connecting to the foundation.

Extension
Confluent Cloud (Kafka) logo

Confluent Cloud (Kafka)

Remotely monitor your Confluent Cloud Kafka Clusters and other resources!.

Extension
Connection Pools: Apache Commons logo

Connection Pools: Apache Commons

Application method of pooling and sharing multiple connections to a database.

Extension
Connection Pools: C3P0 logo

Connection Pools: C3P0

Application server method of pooling and sharing connections to a database.

Extension
Connection Pools: JBoss logo

Connection Pools: JBoss

Application server method of pooling and sharing connections to a database.

Extension
Connection Pools: WebLogic logo

Connection Pools: WebLogic

Application server method of pooling and sharing connections to a database.

Extension
Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

Application server method of pooling and sharing connections to a database.

Extension
Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

Extension
Control-M Jobs v2 logo

Control-M Jobs v2

Monitor your Control-M jobs execution status.

Extension
CoreDNS (2.0) logo

CoreDNS (2.0)

Collect important data from your CoreDNS processes.

Extension
Couchbase logo

Couchbase

Couchbase Capella (SaaS) database monitoring.

Extension
CPU Core Monitoring logo

CPU Core Monitoring

Get insights into CPU Core utilization on your OneAgent hosts.

Extension
CrowdStrike logo

CrowdStrike

Ingest CrowdStrike detection findings, threat reports, and audit logs.

Extension
CyberArk logo

CyberArk

Ingest CyberArk audit logs via SIEM integration for reporting and analysis.

Extension
Databricks logo

Databricks

Monitor your Databricks Clusters via its multiple APIs!.

Extension
Databricks Workspace logo

Databricks Workspace

Remotely monitor your Databricks Workspaces!.

Extension
definity logo

definity

Monitor and optimize your Lakehouse, Spark, and Databricks pipelines.

Extension
Defunct Process Monitoring logo

Defunct Process Monitoring

Monitoring defunct processes stuck on your linux servers.

Extension
Dell EMC Isilon - PowerScale logo

Dell EMC Isilon - PowerScale

Monitor your Dell EMC Isilon / Powerscale clusters through the OneFS API.

Extension
Dell EMC PowerMax logo

Dell EMC PowerMax

Monitor PowerMax Arrays for performance and health, with Dell Unisphere API.

Extension
Dell iDRAC logo

Dell iDRAC

Connect to the Redfish API to get insights into your Dell iDRAC environment.

Extension