Skip to main content
Version: NG 3.0 (Beta)

Kafka

Introduction

Kafka monitoring involves collecting and analyzing metrics related to the performance and health of Apache Kafka clusters. By monitoring these metrics, administrators can identify bottlenecks, optimize resource usage, detect potential issues like lag or broker failure, and ensure smooth and reliable message streaming and processing. This proactive approach helps in maintaining the overall efficiency, scalability, and stability of the Kafka environment.

Getting Started

Compatibility

The Kafka O11ySource is designed to work with all versions greater than or equal to 7, and it has been tested with Kafka 7.3.

Data Collection Method

The Kafka O11ySource is configured to collect various kinds of metrics related to Kafka Broker, Kafka Consumer Group or Kafka Zookeeper Metrics both in standalone & cluster mode. It also collects metrics related to Kafka Connect , Kafka Schema Registry , Kafka KSqlDB , Kafka Rest Proxy and Kafka Control Center in standalone mode .

vuSmartMaps uses vumetric agent to collect Kafka Broker, Kafka Consumer Group or Kafka Zookeeper Metrics.

Prerequisites

Inputs for Configuring Data Source

  • Instance Name: Please enter the name of the Kafka Package instance. This should be a unique identifier for the specific Kafka Cluster Package deployment you want to monitor.
  • Kafka Cluster ID: Cluster ID for which the package is being created
  • Package Type: Select the package type that needs to be deployed
  • Kafka Script Path: Path of the Kafka Scripts(Eg. /bin/)
  • Kafka Host: IP Address on which Kafka Broker is exposed
  • Kafka Port: Port on which Kafka Broker is exposed
  • Kafka Broker ID: Enter a name to uniquely identify kafka broker instance
  • Zookeeper Host: IP Address on which Zookeeper Runs
  • Zookeeper Port: Port on which Zookeeper is exposed
  • Zookeeper Keeper ID: Enter a name to uniquely identify zookeeper instance
  • Connect ID: Enter a name to uniquely identify Kafka Connect instance
  • Rest Proxy ID: Enter a name to uniquely identify Rest Proxy instance
  • KSQLDB ID: Enter a name to uniquely identify KSQLDB instance
  • Control Center ID: Enter a name to uniquely identify Control Center instance
  • Schema Registry ID: Enter a name to uniquely identify Schema Registry instance
  • Jolokia URL: Enter Jolokia Url to fetch Kafka metrics
  • Polling Interval [seconds]: How frequently data is gathered. interval should be between 60 - 86400 seconds

Firewall Requirement

To collect data from this O11ySource, ensure the following ports are opened:

Source IPDestination IPDestination PortProtocolDirection
vuSmartMaps IPIP address of the Kafka server9092, 2181, 8778*TCPOutbound
IP address of the Kafka servervuSmartMaps Kafka Broker IP9092*TCPInbound

*Before providing the firewall requirements, please update the port based on the customer environment.

Configuring the Target

Configure Metrics Collection from Kafka Server

  • On each Kafka instance, Port 9092 should be open for external requests. The following metrics will be collected from running kafka instance
  • *Partiton Metrics - Crucial for monitoring the performance and health of topics within a cluster. Key metrics include under-replicated partitions, which indicate potential data loss risks, and messages in/out rates, which help assess producer and consumer performance. Regularly tracking these metrics ensures effective load balancing and optimal data availability.
  • *Consumer Group Metrics - Provide insights into the performance and behavior of consumer applications. Key metrics include consumer lag, which measures the difference between the latest message offset and the last consumed offset, helping to identify whether consumers are keeping up with producers. Other important metrics include the rate of messages consumed and the time taken for processing, which help assess the efficiency and responsiveness of consumer groups. Monitoring these metrics ensures that consumer applications operate smoothly and can handle the expected workload effectively.
  • On each Kafka instance, Port 8778 should be open for external requests with jolokia metrics enabled.
  • *Jolokia metrics for a Kafka server monitor essential performance indicators, including memory usage, garbage collection counts, and data throughput metrics like BytesInPerSec and BytesOutPerSec. Key metrics also include consumer and producer request rates, under-replicated partitions, and leader election rates, providing a comprehensive view of the broker's health and operational efficiency.
  • On each Zookeeper instance, Port 2181 should be open for external requests with jolokia metrics enabled.
  • *Includes connection statistics like num_alive_connections and packet counts (packets_received, packets_sent), which assess communication load. It also tracks znode and node counts to understand the data structure complexity, alongside latency metrics (latency_min, latency_max, latency_avg) for evaluating server response times. Additionally, file descriptor metrics offer insights into resource utilization, ensuring optimal performance in a distributed environment.

Configuration Steps

  • Enable the O11ySource.
  • Select the Sources tab and press the + button to add Kafka instance details that has to be monitored.
  • Set up metrics collection configurations which include cluster id & type of package.The O11ysource already configured with metrics to collect, though you have the flexibility to adjust metric collection intervals. Afterwards, select Save and Continue to proceed with downloading the Healthbeat agent.
  • The following packages will be available for download based on the OS <Healthbeat full install package> - Downloads the full Healthbeat agent package with required configurations for a fresh installation <Healthbeat config update package> - Healthbeat the agent configuration package to update an existing Logbeat installation
  • Download the agent installation or update package, then click Finish to close the data source window.

Metrics Collected

NameDescriptionData Type
timestampDetailed timestampDateTime64
tenant_idTenant IDLowCardinality(String)
bu_idBusiness unit IDLowCardinality(String)
hostHostname of the serverLowCardinality(String)
targetTarget server or serviceLowCardinality(String)
cluster_idCluster IDLowCardinality(String)
broker_idBroker IDLowCardinality(String)
sub_typeSubtype of the metricLowCardinality(String)
no_of_brokersNumber of brokersUInt64
brokerStatusStatus of the brokerLowCardinality(String)
kafka_broker_idKafka broker IDUInt64
kafka_host_addressKafka host addressLowCardinality(String)
timestampDetailed timestampDateTime64
tenant_idTenant IDLowCardinality(String)
bu_idBusiness unit IDLowCardinality(String)
hostHostname of the serverLowCardinality(String)
targetTarget server or serviceLowCardinality(String)
sub_typeSubtype of the metricLowCardinality(String)
cluster_idCluster IDLowCardinality(String)
kafka_broker_idKafka broker IDUInt64
kafka_broker_addressKafka broker addressLowCardinality(String)
kafka_topic_nameKafka topic nameLowCardinality(String)
kafka_partition_topic_broker_idKafka partition topic broker IDLowCardinality(String)
kafka_partition_partition_is_leaderIndicates if the partition is leaderBool
kafka_partition_partition_insync_replicaIndicates if the partition is an in-sync replicaBool
kafka_partition_partition_leaderLeader of the partitionUInt64
kafka_partition_partition_replicaReplica of the partitionUInt64
kafka_partition_offset_newestNewest offset in the partitionUInt64
kafka_partition_offset_oldestOldest offset in the partitionUInt64
kafka_partition_idPartition IDUInt64
kafka_partition_topic_idKafka partition topic IDLowCardinality(String)
kafka_consumergroup_offsetConsumer group offsetInt64
kafka_consumergroup_metaConsumer group metadataString
kafka_consumergroup_consumer_lagConsumer group lagUInt64
kafka_consumergroup_error_codeConsumer group error codeUInt64
kafka_consumergroup_client_hostConsumer group client hostLowCardinality(String)
kafka_consumergroup_client_member_idConsumer group client member IDString
kafka_consumergroup_client_idConsumer group client IDString
kafka_consumergroup_idConsumer group IDString
timestampDetailed timestampDateTime64
tenant_idTenant IDLowCardinality(String)
bu_idBusiness unit IDLowCardinality(String)
hostHostname of the serverLowCardinality(String)
targetTarget server or serviceLowCardinality(String)
cluster_idCluster IDLowCardinality(String)
messageMessage detailsString
GROUPConsumer groupString
LAGLag of the consumer groupUInt64
cOFFSETCurrent offsetUInt64
eOFFSETEnd offsetUInt64
cnIDConsumer node IDString
HOSTHost of the consumerString
TOPICTopic nameString
PARTITIONPartition numberUInt64
clIDClient IDString
timestampDetailed timestampDateTime64
tenant_idTenant IDLowCardinality(String)
bu_idBusiness unit IDLowCardinality(String)
hostHostname of the serverLowCardinality(String)
targetTarget server or serviceLowCardinality(String)
cluster_idCluster IDLowCardinality(String)
broker_idBroker IDLowCardinality(String)
typeType of the metricLowCardinality(String)
sub_typeSubtype of the metricLowCardinality(String)
metric_typeType of the metricLowCardinality(String)
mbeansMBean informationString
CollectionCountCount of collectionsUInt64
CollectionCount_diffCollection count differenceUInt64
CollectionTimeTime spent in collectionUInt64
CollectionTime_diffCollection time differenceUInt64
topicTopic nameString
jolokia_metrics_broker_topic_net_in_bytes_per_secBytes In per secondFloat64
jolokia_metrics_broker_topic_net_out_bytes_per_secBytes Out per secondFloat64
jolokia_metrics_broker_topic_net_in_message_per_secMessages In per secondFloat64
jolokia_metrics_Threading_ThreadCountThread count in Threading metricsUInt64
jolokia_metrics_Threading_TotalStartedThreadCountTotal started thread count in Threading metricsUInt64
jolokia_metrics_Threading_PeakThreadCountPeak thread count in Threading metricsUInt64
jolokia_metrics_Threading_DaemonThreadCountDaemon thread count in Threading metricsUInt64
jolokia_metrics_broker_IsrShrinks_OneMinuteRateISR shrinks one minute rateFloat64
jolokia_metrics_broker_IsrShrinks_FiveMinuteRateISR shrinks five minute rateFloat64
jolokia_metrics_broker_ActiveControllerCountActive controller countUInt64
jolokia_metrics_broker_DelayedOperationPurgatory_ProduceDelayed operation purgatory for produceUInt64
jolokia_metrics_broker_DelayedOperationPurgatory_FetchDelayed operation purgatory for fetchUInt64
jolokia_metrics_broker_GlobalPartitionCountGlobal partition countUInt64
jolokia_metrics_broker_TotalTimeMs_Produce_50thPercentileTotal time for produce (50th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_Produce_MeanMean total time for produceFloat64
jolokia_metrics_broker_TotalTimeMs_Produce_75thPercentileTotal time for produce (75th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_Produce_MinMinimum total time for produceUInt64
jolokia_metrics_broker_TotalTimeMs_Produce_95thPercentileTotal time for produce (95th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_Produce_99thPercentileTotal time for produce (99th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_Produce_MaxMaximum total time for produceUInt64
jolokia_metrics_broker_TotalTimeMs_Produce_CountCount of total time for produceFloat64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_MinMinimum total time for fetch consumerUInt64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_95thPercentileTotal time for fetch consumer (95th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_99thPercentileTotal time for fetch consumer (99th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_MaxMaximum total time for fetch consumerUInt64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_CountCount of total time for fetch consumerFloat64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_50thPercentileTotal time for fetch consumer (50th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_MeanMean total time for fetch consumerFloat64
jolokia_metrics_broker_TotalTimeMs_FetchConsumer_75thPercentileTotal time for fetch consumer (75th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_99thPercentileTotal time for fetch follower (99th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_MaxMaximum total time for fetch followerUInt64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_CountCount of total time for fetch followerUInt64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_50thPercentileTotal time for fetch follower (50th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_MeanMean total time for fetch followerFloat64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_75thPercentileTotal time for fetch follower (75th percentile)Float64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_MinMinimum total time for fetch followerUInt64
jolokia_metrics_broker_TotalTimeMs_FetchFollower_95thPercentileTotal time for fetch follower (95th percentile)Float64
jolokia_metrics_broker_IsrExpands_FiveMinuteRateISR expands five minute rateFloat64
jolokia_metrics_broker_IsrExpands_OneMinuteRateISR expands one minute rateFloat64
jolokia_metrics_broker_OfflinePartitionsCountCount of offline partitionsUInt64
jolokia_metrics_broker_RequestsPerSec_FetchConsumer_FifteenMinuteRateFetch consumer requests per second (15-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchConsumer_FiveMinuteRateFetch consumer requests per second (5-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchConsumer_MeanRateFetch consumer requests per second (mean rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchConsumer_OneMinuteRateFetch consumer requests per second (1-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchFollower_FifteenMinuteRateFetch follower requests per second (15-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchFollower_FiveMinuteRateFetch follower requests per second (5-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchFollower_MeanRateFetch follower requests per second (mean rate)Float64
jolokia_metrics_broker_RequestsPerSec_FetchFollower_OneMinuteRateFetch follower requests per second (1-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_Produce_FifteenMinuteRateProduce requests per second (15-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_Produce_FiveMinuteRateProduce requests per second (5-minute rate)Float64
jolokia_metrics_broker_RequestsPerSec_Produce_MeanRateProduce requests per second (mean rate)Float64
jolokia_metrics_broker_RequestsPerSec_Produce_OneMinuteRateProduce requests per second (1-minute rate)Float64
jolokia_metrics_broker_LeaderElection_FifteenMinuteRateLeader election rate (15-minute rate)Float64
jolokia_metrics_broker_LeaderElection_FiveMinuteRateLeader election rate (5-minute rate)Float64
jolokia_metrics_broker_LeaderElection_MeanRateLeader election rate (mean rate)Float64
jolokia_metrics_broker_LeaderElection_OneMinuteRateLeader election rate (1-minute rate)Float64
jolokia_metrics_broker_UncleanLeaderElection_MeanRateUnclean leader election rate (mean rate)Float64
jolokia_metrics_broker_UncleanLeaderElection_OneMinuteRateUnclean leader election rate (1-minute rate)Float64
jolokia_metrics_broker_UncleanLeaderElection_FifteenMinuteRateUnclean leader election rate (15-minute rate)Float64
jolokia_metrics_broker_UncleanLeaderElection_FiveMinuteRateUnclean leader election rate (5-minute rate)Float64
jolokia_metrics_broker_topic_net_failed_fetch_request_per_secFailed fetch requests per second for topicFloat64
jolokia_metrics_broker_topic_net_failed_produce_request_per_secFailed produce requests per second for topicFloat64
jolokia_metrics_broker_topic_net_produce_request_per_secProduce requests per second for topicFloat64
jolokia_metrics_broker_UnderReplicatedPartitionsUnder-replicated partitions countUInt64
jolokia_metrics_KafkaServer_BrokerStateBroker stateUInt64
jolokia_metrics_Memory_HeapMemoryUsage_maxMax heap memory usageFloat64
jolokia_metrics_Memory_HeapMemoryUsage_usedUsed heap memoryFloat64
jolokia_metrics_Memory_HeapMemoryUsage_initInitial heap memoryFloat64
jolokia_metrics_Memory_HeapMemoryUsage_committedCommitted heap memoryFloat64
jolokia_metrics_Memory_NonHeapMemoryUsage_usedUsed non-heap memoryFloat64
jolokia_metrics_Memory_NonHeapMemoryUsage_initInitial non-heap memoryFloat64
jolokia_metrics_Memory_NonHeapMemoryUsage_committedCommitted non-heap memoryFloat64
jolokia_metrics_Memory_NonHeapMemoryUsage_maxMax non-heap memoryInt64
jolokia_metrics_broker_topic_net_in_message_per_sec_countMessage In CountInt64
jolokia_metrics_broker_topic_net_in_bytes_per_sec_countBytes In CountInt64
jolokia_metrics_broker_topic_net_out_bytes_per_sec_countBytes Out CountInt64
jolokia_metrics_log_size_valueMemory Size taken by a topicFloat64
partitionPartition Name of a kafka topicString
timestampDetailed timestampDateTime64
tenant_idTenant IDLowCardinality(String)
bu_idBusiness unit IDLowCardinality(String)
hostHostname of the serverLowCardinality(String)
targetTarget server or serviceLowCardinality(String)
sub_typeSubtype of the dataLowCardinality(String)
cluster_idCluster IDLowCardinality(String)
keeper_idKeeper IDLowCardinality(String)
service_node_nameName of the service nodeLowCardinality(String)
service_addressService addressLowCardinality(String)
zookeeper_mntr_server_stateZookeeper server stateLowCardinality(String)
zookeeper_mntr_num_alive_connectionsNumber of alive connections to ZookeeperUInt64
zookeeper_mntr_znode_countCount of znodes in ZookeeperUInt64
zookeeper_mntr_approximate_data_sizeApproximate data size in ZookeeperUInt64
zookeeper_mntr_max_file_descriptor_countMaximum number of file descriptors in ZookeeperUInt64
zookeeper_mntr_packets_receivedPackets received by ZookeeperUInt64
zookeeper_mntr_packets_sentPackets sent by ZookeeperUInt64
zookeeper_mntr_watch_countWatch count in ZookeeperUInt64
zookeeper_mntr_outstanding_requestsOutstanding requests in ZookeeperUInt64
zookeeper_mntr_open_file_descriptor_countOpen file descriptor count in ZookeeperUInt64
zookeeper_mntr_ephemerals_countCount of ephemeral nodes in ZookeeperUInt64
zookeeper_mntr_latency_minMinimum latency in ZookeeperUInt64
zookeeper_mntr_latency_maxMaximum latency in ZookeeperUInt64
zookeeper_mntr_latency_avgAverage latency in ZookeeperFloat64
zookeeper_server_modeMode of the Zookeeper serverLowCardinality(String)
zookeeper_server_outstandingOutstanding requests on the Zookeeper serverUInt64
zookeeper_server_countZookeeper server countUInt64
zookeeper_server_epochZookeeper server epochUInt64
zookeeper_server_receivedPackets received by Zookeeper serverUInt64
zookeeper_server_zxidZookeeper transaction ID (ZXID)String
zookeeper_server_node_countNode count on the Zookeeper serverUInt64
zookeeper_server_sentPackets sent by Zookeeper serverUInt64
zookeeper_server_connectionsConnections to Zookeeper serverUInt64
zookeeper_mntr_packets_received_diffDifference in received packets by Zookeeper (previous to current)Int64
zookeeper_mntr_packets_sent_diffDifference in sent packets by Zookeeper (previous to current)Int64
zookeeper_server_sent_diffDifference in packets sent by Zookeeper server (previous to current)Int64
zookeeper_server_received_diffDifference in packets received by Zookeeper server (previous to current)Int64
timestampEvent timestamp with millisecondsDateTime64
@timestampString representation of timestampString
tenant_idTenant identifierLowCardinality(String)
bu_idBusiness unit identifierLowCardinality(String)
hostServer hostnameLowCardinality(String)
targetTarget system identifierLowCardinality(String)
client_idClient application identifierLowCardinality(String)
typeEvent or metric typeLowCardinality(String)
sub_typeSubtype classificationLowCardinality(String)
connectorConnector identifierLowCardinality(String)
taskTask identifierLowCardinality(String)
cluster_idKafka cluster identifierLowCardinality(String)
connect_idConnect cluster identifierLowCardinality(String)
kafka_service_nameKafka service nameLowCardinality(String)
jolokia_metrics_system_cpu_loadSystem CPU utilizationFloat64
jolokia_metrics_process_cpu_loadProcess CPU utilizationFloat64
jolokia_metrics_process_cpu_timeTotal CPU time consumedFloat64
jolokia_metrics_available_processorsNumber of available CPUsFloat64
jolokia_metrics_system_load_averageSystem load averageFloat64
jolokia_metrics_total_physical_memory_sizeTotal physical memory availableFloat64
jolokia_metrics_free_physical_memory_sizeFree physical memory availableFloat64
jolokia_metrics_committed_virtual_memory_sizeCommitted virtual memory sizeFloat64
jolokia_metrics_total_swap_space_sizeTotal swap space sizeFloat64
jolokia_metrics_free_swap_space_sizeAvailable swap spaceFloat64
jolokia_metrics_open_file_descriptor_countOpen file descriptors countFloat64
jolokia_metrics_heap_memory_usage_usedUsed heap memoryFloat64
jolokia_metrics_heap_memory_usage_initInitial heap memoryFloat64
jolokia_metrics_heap_memory_usage_committedCommitted heap memoryFloat64
jolokia_metrics_heap_memory_usage_maxMaximum heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_maxMaximum non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_usedUsed non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_initInitial non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_committedCommitted non-heap memoryFloat64
jolokia_metrics_object_pending_finalization_countObjects pending finalizationFloat64
jolokia_metrics_collection_count_diffGarbage collection count differenceFloat64
jolokia_metrics_collection_time_diffGarbage collection time differenceFloat64
jolokia_metrics_gc_nameGarbage collector nameLowCardinality(String)
jolokia_metrics_thread_countCurrent thread countFloat64
jolokia_metrics_peak_thread_countPeak thread countFloat64
jolokia_metrics_total_started_thread_countTotal threads startedFloat64
jolokia_metrics_daemon_thread_countDaemon thread countFloat64
jolokia_metrics_connector_classConnector class implementationString
jolokia_metrics_connector_versionConnector version informationString
jolokia_metrics_connector_typeConnector type classificationString
jolokia_metrics_connector_nameConnector nameString
jolokia_metrics_statusCurrent connector statusString
jolokia_metrics_offset_commit_avg_time_msAverage offset commit timeFloat64
jolokia_metrics_running_ratioRatio of running timeFloat64
jolokia_metrics_pause_ratioRatio of pause timeFloat64
jolokia_metrics_offset_commit_failure_percentageOffset commit failure rateFloat64
jolokia_metrics_offset_commit_success_percentageOffset commit success rateFloat64
jolokia_metrics_offset_commit_max_time_msMaximum offset commit timeFloat64
jolokia_metrics_batch_size_avgAverage batch sizeFloat64
jolokia_metrics_batch_size_maxMaximum batch sizeFloat64
jolokia_metrics_poll_batch_max_time_msMaximum poll batch timeFloat64
jolokia_metrics_source_record_active_count_maxMaximum active source recordsFloat64
jolokia_metrics_source_record_write_rateSource record write rateFloat64
jolokia_metrics_source_record_poll_totalTotal source records polledFloat64
jolokia_metrics_source_record_active_countActive source records countFloat64
jolokia_metrics_poll_batch_avg_time_msAverage poll batch timeFloat64
jolokia_metrics_source_record_poll_rateSource record poll rateFloat64
jolokia_metrics_source_record_active_count_avgAverage active source recordsFloat64
jolokia_metrics_source_record_write_totalTotal source records writtenFloat64
jolokia_metrics_sink_record_active_countActive sink records countFloat64
jolokia_metrics_put_batch_avg_time_msAverage put batch timeFloat64
jolokia_metrics_sink_record_active_count_maxMaximum active sink recordsFloat64
jolokia_metrics_offset_commit_completion_rateOffset commit completion rateFloat64
jolokia_metrics_sink_record_send_totalTotal sink records sentFloat64
jolokia_metrics_partition_countNumber of partitionsFloat64
jolokia_metrics_sink_record_active_count_avgAverage active sink recordsFloat64
jolokia_metrics_sink_record_read_rateSink record read rateFloat64
jolokia_metrics_sink_record_send_rateSink record send rateFloat64
jolokia_metrics_offset_commit_completion_totalTotal offset commits completedFloat64
jolokia_metrics_offset_commit_skip_rateOffset commit skips rateFloat64
jolokia_metrics_put_batch_max_time_msMaximum put batch timeFloat64
jolokia_metrics_offset_commit_seq_noOffset commit sequence numberFloat64
jolokia_metrics_offset_commit_skip_totalTotal offset commits skippedFloat64
jolokia_metrics_sink_record_read_totalTotal sink records readFloat64
jolokia_metrics_connection_creation_totalTotal connections createdFloat64
jolokia_metrics_response_rateResponse rate per secondFloat64
jolokia_metrics_select_rateSelect operations rateFloat64
jolokia_metrics_connection_close_totalTotal connections closedFloat64
jolokia_metrics_network_io_rateNetwork I/O operations rateFloat64
jolokia_metrics_io_ratioI/O time ratioFloat64
jolokia_metrics_reverse_connection_added_totalTotal reverse connections addedFloat64
jolokia_metrics_failed_handshake_rateFailed handshake rateFloat64
jolokia_metrics_handshake_time_ns_maxMaximum handshake time nanosecondsFloat64
jolokia_metrics_request_totalTotal requests processedFloat64
jolokia_metrics_successful_reauthentication_rateSuccessful reauthentication rateFloat64
jolokia_metrics_io_wait_ratioI/O wait time ratioFloat64
jolokia_metrics_reverse_connection_added_rateReverse connection add rateFloat64
jolokia_metrics_outgoing_byte_rateOutgoing bytes per secondFloat64
jolokia_metrics_successful_authentication_rateSuccessful authentication rateFloat64
jolokia_metrics_request_size_maxMaximum request sizeFloat64
jolokia_metrics_idle_connection_close_rateIdle connection close rateFloat64
jolokia_metrics_failed_authentication_rateFailed authentication rateFloat64
jolokia_metrics_network_io_totalTotal network I/O operationsFloat64
jolokia_metrics_incoming_byte_totalTotal incoming bytesFloat64
jolokia_metrics_failed_reauthentication_rateFailed reauthentication rateFloat64
jolokia_metrics_response_totalTotal responses sentFloat64
jolokia_metrics_incoming_byte_rateIncoming bytes per secondFloat64
jolokia_metrics_connection_close_rateConnection close rateFloat64
jolokia_metrics_request_size_avgAverage request sizeFloat64
jolokia_metrics_iotime_totalTotal I/O timeFloat64
jolokia_metrics_failed_handshake_totalTotal failed handshakesFloat64
jolokia_metrics_connection_creation_rateConnection creation rateFloat64
jolokia_metrics_reverse_connection_removed_rateReverse connection removal rateFloat64
jolokia_metrics_successful_authentication_totalTotal successful authenticationsFloat64
jolokia_metrics_reverse_connection_removed_totalTotal reverse connections removedFloat64
jolokia_metrics_successful_authentication_no_reauth_totalSuccessful auths without reauthFloat64
jolokia_metrics_connection_countCurrent connection countFloat64
jolokia_metrics_io_waittime_totalTotal I/O wait timeFloat64
jolokia_metrics_io_wait_time_ns_avgAverage I/O wait nanosecondsFloat64
jolokia_metrics_reauthentication_latency_maxMaximum reauthentication latencyFloat64
jolokia_metrics_failed_authentication_totalTotal failed authenticationsFloat64
jolokia_metrics_failed_reauthentication_totalTotal failed reauthenticationsFloat64
jolokia_metrics_io_time_ns_avgAverage I/O time nanosecondsFloat64
jolokia_metrics_request_rateRequests per secondFloat64
jolokia_metrics_idle_connection_close_totalTotal idle connections closedFloat64
jolokia_metrics_select_totalTotal select operationsFloat64
jolokia_metrics_successful_reauthentication_totalTotal successful reauthenticationsFloat64
jolokia_metrics_handshake_time_ns_avgAverage handshake time nanosecondsFloat64
jolokia_metrics_reauthentication_latency_avgAverage reauthentication latencyFloat64
jolokia_metrics_outgoing_byte_totalTotal outgoing bytesFloat64
jolokia_metrics_last_error_timestampLast error occurrence timeFloat64
jolokia_metrics_total_errors_loggedTotal errors loggedFloat64
jolokia_metrics_deadletterqueue_produce_requestsDead letter queue requestsFloat64
jolokia_metrics_deadletterqueue_produce_failuresDead letter queue failuresFloat64
jolokia_metrics_total_record_failuresTotal record processing failuresFloat64
jolokia_metrics_total_records_skippedTotal records skippedFloat64
jolokia_metrics_total_record_errorsTotal record errorsFloat64
jolokia_metrics_total_retriesTotal retry attemptsFloat64
jolokia_metrics_rebalance_max_time_msMaximum rebalance timeFloat64
jolokia_metrics_time_since_last_rebalance_msTime since last rebalanceFloat64
jolokia_metrics_epochCurrent epoch numberFloat64
jolokia_metrics_leader_nameLeader node nameString
jolokia_metrics_completed_rebalances_totalTotal completed rebalancesFloat64
jolokia_metrics_rebalance_avg_time_msAverage rebalance timeFloat64
jolokia_metrics_connect_protocolConnect protocol versionString
jolokia_metrics_rebalancingRebalancing status indicatorFloat64
jolokia_metrics_connector_startup_failure_percentageConnector startup failure rateFloat64
jolokia_metrics_task_startup_attempts_totalTotal task startup attemptsFloat64
jolokia_metrics_connector_startup_success_totalTotal successful connector startupsFloat64
jolokia_metrics_connector_startup_failure_totalTotal connector startup failuresFloat64
jolokia_metrics_task_startup_success_percentageTask startup success rateFloat64
jolokia_metrics_connector_startup_attempts_totalTotal connector startup attemptsFloat64
jolokia_metrics_connector_countNumber of connectorsFloat64
jolokia_metrics_connector_startup_success_percentageConnector startup success rateFloat64
jolokia_metrics_task_startup_success_totalTotal successful task startupsFloat64
jolokia_metrics_task_startup_failure_percentageTask startup failure rateFloat64
jolokia_metrics_task_countNumber of tasksFloat64
jolokia_metrics_task_startup_failure_totalTotal task startup failuresFloat64
timestampEvent timestamp with millisecondsDateTime64
@timestampString representation of timestampString
tenant_idTenant identifierLowCardinality(String)
bu_idBusiness unit identifierLowCardinality(String)
hostServer hostnameLowCardinality(String)
targetTarget system identifierLowCardinality(String)
typeEvent or metric typeLowCardinality(String)
sub_typeSubtype classificationLowCardinality(String)
kafka_service_nameKafka service nameLowCardinality(String)
cluster_idKafka cluster identifierLowCardinality(String)
schema_registry_idSchema registry identifierLowCardinality(String)
jolokia_metrics_system_cpu_loadSystem CPU utilizationFloat64
jolokia_metrics_process_cpu_loadProcess CPU utilizationFloat64
jolokia_metrics_process_cpu_timeTotal CPU time consumedFloat64
jolokia_metrics_available_processorsNumber of available CPUsFloat64
jolokia_metrics_system_load_averageSystem load averageFloat64
jolokia_metrics_total_physical_memory_sizeTotal physical memory availableFloat64
jolokia_metrics_free_physical_memory_sizeFree physical memory availableFloat64
jolokia_metrics_committed_virtual_memory_sizeCommitted virtual memory sizeFloat64
jolokia_metrics_total_swap_space_sizeTotal swap space sizeFloat64
jolokia_metrics_free_swap_space_sizeAvailable swap spaceFloat64
jolokia_metrics_open_file_descriptor_countOpen file descriptors countFloat64
jolokia_metrics_heap_memory_usage_usedUsed heap memoryFloat64
jolokia_metrics_heap_memory_usage_initInitial heap memoryFloat64
jolokia_metrics_heap_memory_usage_committedCommitted heap memoryFloat64
jolokia_metrics_heap_memory_usage_maxMaximum heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_maxMaximum non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_usedUsed non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_initInitial non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_committedCommitted non-heap memoryFloat64
jolokia_metrics_object_pending_finalization_countObjects pending finalizationFloat64
jolokia_metrics_collection_count_diffGarbage collection count differenceFloat64
jolokia_metrics_collection_time_diffGarbage collection time differenceFloat64
jolokia_metrics_gc_nameGarbage collector nameLowCardinality(String)
jolokia_metrics_thread_countCurrent thread countFloat64
jolokia_metrics_peak_thread_countPeak thread countFloat64
jolokia_metrics_total_started_thread_countTotal threads startedFloat64
jolokia_metrics_daemon_thread_countDaemon thread countFloat64
jolokia_metrics_avro_schemas_createdAvro schemas created countFloat64
jolokia_metrics_avro_schemas_deletedAvro schemas deleted countFloat64
jolokia_metrics_json_schemas_createdJSON schemas created countFloat64
jolokia_metrics_json_schemas_deletedJSON schemas deleted countFloat64
jolokia_metrics_protobuf_schemas_createdProtobuf schemas created countFloat64
jolokia_metrics_protobuf_schemas_deletedProtobuf schemas deleted countFloat64
jolokia_metrics_registered_countTotal schemas registeredFloat64
jolokia_metrics_master_slave_roleMaster/slave role indicatorFloat64
jolokia_metrics_connections_activeActive connections countFloat64
jolokia_metrics_connections_opened_rateRate of connections openedFloat64
jolokia_metrics_request_queue_sizePending request queue sizeFloat64
jolokia_metrics_connections_closed_rateRate of connections closedFloat64
jolokia_metrics_busy_thread_countBusy threads countFloat64
jolokia_metrics_thread_pool_usageThread pool utilizationFloat64
jolokia_metrics_connections_accepted_rateRate of connections acceptedFloat64
jolokia_metrics_request_size_avgAverage request sizeFloat64
jolokia_metrics_request_rateRequests per secondFloat64
jolokia_metrics_request_latency_avgAverage request latencyFloat64
jolokia_metrics_request_latency_maxMaximum request latencyFloat64
jolokia_metrics_request_latency_9595th percentile request latencyFloat64
jolokia_metrics_request_latency_9999th percentile request latencyFloat64
jolokia_metrics_request_error_rateRate of request errorsFloat64
jolokia_metrics_response_size_avgAverage response sizeFloat64
jolokia_metrics_response_size_maxMaximum response sizeFloat64
jolokia_metrics_response_byte_rateResponse bytes per secondFloat64
jolokia_metrics_response_rateResponses per secondFloat64
jolokia_metrics_request_totalTotal requests processedFloat64
jolokia_metrics_response_totalTotal responses sentFloat64
jolokia_metrics_failed_authentication_totalTotal failed authenticationsFloat64
jolokia_metrics_successful_authentication_totalTotal successful authenticationsFloat64
timestampEvent timestamp with millisecondsDateTime64
@timestampString representation of timestampString
tenant_idCustomer tenant identifierLowCardinality(String)
bu_idBusiness unit identifierLowCardinality(String)
hostServer hostnameLowCardinality(String)
targetTarget system identifierLowCardinality(String)
typeEvent or metric typeLowCardinality(String)
sub_typeSubtype classificationLowCardinality(String)
kafka_service_nameKafka service nameLowCardinality(String)
client_idClient application identifierLowCardinality(String)
cluster_idKafka cluster identifierLowCardinality(String)
rest_proxy_idRest Proxy instance identifierLowCardinality(String)
jolokia_metrics_system_cpu_loadSystem CPU utilizationFloat64
jolokia_metrics_process_cpu_loadProcess CPU utilizationFloat64
jolokia_metrics_process_cpu_timeTotal CPU time consumedFloat64
jolokia_metrics_available_processorsNumber of available CPUsFloat64
jolokia_metrics_system_load_averageSystem load averageFloat64
jolokia_metrics_total_physical_memory_sizeTotal physical memory availableFloat64
jolokia_metrics_free_physical_memory_sizeFree physical memory availableFloat64
jolokia_metrics_committed_virtual_memory_sizeCommitted virtual memory sizeFloat64
jolokia_metrics_total_swap_space_sizeTotal swap space sizeFloat64
jolokia_metrics_free_swap_space_sizeAvailable swap spaceFloat64
jolokia_metrics_heap_memory_usage_usedUsed heap memoryFloat64
jolokia_metrics_heap_memory_usage_initInitial heap memoryFloat64
jolokia_metrics_heap_memory_usage_committedCommitted heap memoryFloat64
jolokia_metrics_heap_memory_usage_maxMaximum heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_maxMaximum non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_usedUsed non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_initInitial non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_committedCommitted non-heap memoryFloat64
jolokia_metrics_object_pending_finalization_countObjects pending finalizationFloat64
jolokia_metrics_collection_count_diffGarbage collection count differenceFloat64
jolokia_metrics_collection_time_diffGarbage collection time differenceFloat64
jolokia_metrics_gc_nameGarbage collector nameLowCardinality(String)
jolokia_metrics_thread_countCurrent thread countFloat64
jolokia_metrics_peak_thread_countPeak thread countFloat64
jolokia_metrics_total_started_thread_countTotal threads startedFloat64
jolokia_metrics_daemon_thread_countDaemon thread countFloat64
jolokia_metrics_connections_activeActive connections countFloat64
jolokia_metrics_connections_opened_rateRate of connections openedFloat64
jolokia_metrics_request_queue_sizePending request queue sizeFloat64
jolokia_metrics_connections_closed_rateRate of connections closedFloat64
jolokia_metrics_busy_thread_countBusy threads countFloat64
jolokia_metrics_thread_pool_usageThread pool utilizationFloat64
jolokia_metrics_connections_accepted_rateRate of connections acceptedFloat64
jolokia_metrics_request_rateRequests per secondFloat64
jolokia_metrics_response_rateResponse per secondFloat64
jolokia_metrics_topic_produce_avro_v2_request_rateAvro V2 produce request rateFloat64
jolokia_metrics_topic_produce_json_v2_request_rateJSON V2 produce request rateFloat64
jolokia_metrics_consumer_create_v2_request_rateConsumer creation request rateFloat64
jolokia_metrics_v3_produce_produce_to_topic_request_rateV3 API topic produce rateFloat64
jolokia_metrics_request_latency_avgAverage request latencyFloat64
jolokia_metrics_topic_produce_avro_v2_request_latency_avgAvro produce latency averageFloat64
jolokia_metrics_consumer_create_v2_request_latency_avgConsumer create latency averageFloat64
jolokia_metrics_v3_clusters_get_request_latency_avgClusters get latency averageFloat64
jolokia_metrics_request_latency_9595th percentile request latencyFloat64
jolokia_metrics_request_latency_9999th percentile request latencyFloat64
jolokia_metrics_request_latency_maxMaximum request latencyFloat64
jolokia_metrics_request_error_rateRate of request errorsFloat64
jolokia_metrics_topic_produce_json_v2_request_error_rateJSON produce error rateFloat64
jolokia_metrics_consumer_create_v2_request_error_rateConsumer create error rateFloat64
jolokia_metrics_v3_acls_create_request_error_rateACLs creation error rateFloat64
jolokia_metrics_topic_produce_avro_v2_request_size_avgAvro produce request sizeFloat64
jolokia_metrics_topic_produce_avro_v2_response_size_avgAvro produce response sizeFloat64
jolokia_metrics_v3_topics_list_response_size_avgTopics list response sizeFloat64
jolokia_metrics_partition_produce_avro_v2_response_rateAvro partition produce rateFloat64
jolokia_metrics_consumer_records_read_jsonschema_v2_response_rateJSON schema read response rateFloat64
jolokia_metrics_consumer_commit_offsets_v2_response_rateOffset commit response rateFloat64
timestampEvent timestamp with millisecondsDateTime64
@timestampString representation of timestampString
tenant_idCustomer tenant identifierLowCardinality(String)
bu_idBusiness unit identifierLowCardinality(String)
hostServer hostnameLowCardinality(String)
targetTarget system identifierLowCardinality(String)
typeEvent or metric typeLowCardinality(String)
sub_typeSubtype classificationLowCardinality(String)
kafka_service_nameKafka service nameLowCardinality(String)
client_idClient application identifierLowCardinality(String)
cluster_idKafka cluster identifierLowCardinality(String)
ksqldb_idksqlDB instance identifierLowCardinality(String)
jolokia_metrics_system_cpu_loadSystem CPU utilizationFloat64
jolokia_metrics_process_cpu_loadProcess CPU utilizationFloat64
jolokia_metrics_process_cpu_timeTotal CPU time consumedFloat64
jolokia_metrics_available_processorsNumber of available CPUsFloat64
jolokia_metrics_system_load_averageSystem load averageFloat64
jolokia_metrics_total_physical_memory_sizeTotal physical memory availableFloat64
jolokia_metrics_free_physical_memory_sizeFree physical memory availableFloat64
jolokia_metrics_committed_virtual_memory_sizeCommitted virtual memory sizeFloat64
jolokia_metrics_total_swap_space_sizeTotal swap space sizeFloat64
jolokia_metrics_free_swap_space_sizeAvailable swap spaceFloat64
jolokia_metrics_open_file_descriptor_countOpen file descriptors countFloat64
jolokia_metrics_heap_memory_usage_usedUsed heap memoryFloat64
jolokia_metrics_heap_memory_usage_initInitial heap memoryFloat64
jolokia_metrics_heap_memory_usage_committedCommitted heap memoryFloat64
jolokia_metrics_heap_memory_usage_maxMaximum heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_maxMaximum non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_usedUsed non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_initInitial non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_committedCommitted non-heap memoryFloat64
jolokia_metrics_object_pending_finalization_countObjects pending finalizationFloat64
jolokia_metrics_collection_count_diffGarbage collection count differenceFloat64
jolokia_metrics_collection_time_diffGarbage collection time differenceFloat64
jolokia_metrics_gc_nameGarbage collector nameLowCardinality(String)
jolokia_metrics_thread_countCurrent thread countFloat64
jolokia_metrics_peak_thread_countPeak thread countFloat64
jolokia_metrics_total_started_thread_countTotal threads startedFloat64
jolokia_metrics_daemon_thread_countDaemon thread countFloat64
jolokia_metrics_bytes_consumed_rateConsumption rate in bytesFloat64
jolokia_metrics_fetch_latency_maxMaximum fetch latencyFloat64
jolokia_metrics_fetch_rateFetch operations per secondFloat64
jolokia_metrics_fetch_totalTotal fetch operationsFloat64
jolokia_metrics_fetch_throttle_time_maxMaximum fetch throttle timeFloat64
jolokia_metrics_fetch_size_maxMaximum fetch sizeFloat64
jolokia_metrics_records_consumed_totalTotal records consumedFloat64
jolokia_metrics_records_lead_minMinimum record lead timeFloat64
jolokia_metrics_bytes_consumed_totalTotal bytes consumedFloat64
jolokia_metrics_fetch_latency_avgAverage fetch latencyFloat64
jolokia_metrics_records_lag_maxMaximum records lagFloat64
jolokia_metrics_records_consumed_rateRecords consumed per secondFloat64
jolokia_metrics_fetch_throttle_time_avgAverage fetch throttle timeFloat64
jolokia_metrics_fetch_size_avgAverage fetch sizeFloat64
jolokia_metrics_records_per_request_avgAverage records per requestFloat64
jolokia_metrics_liveness_indicatorService liveness statusFloat64
jolokia_metrics_error_rateError rate per secondFloat64
jolokia_metrics_num_persistent_queriesNumber of persistent queriesFloat64
jolokia_metrics_CREATED_queriesCreated queries countFloat64
jolokia_metrics_messages_consumed_totalTotal messages consumedFloat64
jolokia_metrics_messages_consumed_per_secMessages consumed per secondFloat64
jolokia_metrics_messages_produced_per_secMessages produced per secondFloat64
jolokia_metrics_num_idle_queriesNumber of idle queriesFloat64
jolokia_metrics_ERROR_queriesQueries with error statusFloat64
jolokia_metrics_messages_consumed_avgAverage messages consumedFloat64
jolokia_metrics_messages_consumed_minMinimum messages consumedFloat64
jolokia_metrics_RUNNING_queriesCurrently running queries countFloat64
jolokia_metrics_NOT_RUNNING_queriesNot running queries countFloat64
jolokia_metrics_REBALANCING_queriesRebalancing queries countFloat64
jolokia_metrics_PENDING_SHUTDOWN_queriesPending shutdown queries countFloat64
jolokia_metrics_PENDING_ERROR_queriesPending error queries countFloat64
jolokia_metrics_num_active_queriesNumber of active queriesFloat64
jolokia_metrics_messages_consumed_maxMaximum messages consumedFloat64
jolokia_metrics_pull_query_requests_totalTotal pull query requestsFloat64
jolokia_metrics_pull_query_requests_remote_rateRemote pull query rateFloat64
jolokia_metrics_pull_query_requests_latency_maxMaximum pull query latencyFloat64
jolokia_metrics_pull_query_requests_response_sizePull query response sizeFloat64
jolokia_metrics_pull_query_requests_error_totalTotal pull query errorsFloat64
jolokia_metrics_pull_query_requests_remote_countRemote pull query countFloat64
jolokia_metrics_pull_query_requests_error_ratePull query error rateFloat64
jolokia_metrics_pull_query_requests_local_countLocal pull query countFloat64
jolokia_metrics_pull_query_requests_distribution_9090th percentile query timeFloat64
jolokia_metrics_pull_query_requests_ratePull query requests rateFloat64
jolokia_metrics_pull_query_requests_distribution_5050th percentile query timeFloat64
jolokia_metrics_pull_query_requests_distribution_7575th percentile query timeFloat64
jolokia_metrics_pull_query_requests_request_sizePull query request sizeFloat64
jolokia_metrics_pull_query_requests_local_rateLocal pull query rateFloat64
jolokia_metrics_pull_query_requests_latency_minMinimum pull query latencyFloat64
jolokia_metrics_pull_query_requests_distribution_9999th percentile query timeFloat64
jolokia_metrics_pull_query_requests_latency_avgAverage pull query latencyFloat64
jolokia_metrics_cur_size_all_mem_tables_totalCurrent memory tables sizeFloat64
jolokia_metrics_cur_size_active_mem_table_totalActive memory table sizeFloat64
jolokia_metrics_mem_table_flush_pending_totalPending memory table flushesFloat64
jolokia_metrics_block_cache_pinned_usage_totalPinned block cache usageFloat64
jolokia_metrics_estimate_num_keys_totalEstimated key countFloat64
jolokia_metrics_live_sst_files_size_totalLive SST files sizeFloat64
jolokia_metrics_size_all_mem_tables_totalTotal memory tables sizeFloat64
jolokia_metrics_block_cache_usage_totalBlock cache usageFloat64
jolokia_metrics_estimate_table_readers_mem_totalEstimated table readers memoryFloat64
jolokia_metrics_compaction_pending_totalPending compaction operationsFloat64
jolokia_metrics_num_entries_imm_mem_tables_totalImmutable table entries countFloat64
jolokia_metrics_total_sst_files_size_totalTotal SST files sizeFloat64
jolokia_metrics_num_running_compactions_totalRunning compactions countFloat64
jolokia_metrics_block_cache_pinned_usage_maxMaximum pinned cache usageFloat64
jolokia_metrics_estimate_pending_compaction_bytes_totalPending compaction bytesFloat64
jolokia_metrics_num_deletes_active_mem_table_totalActive memory table deletesFloat64
jolokia_metrics_num_immutable_mem_table_totalImmutable memory tables countFloat64
jolokia_metrics_num_running_flushes_totalRunning flushes countFloat64
jolokia_metrics_block_cache_usage_maxMaximum block cache usageFloat64
jolokia_metrics_num_entries_active_mem_table_totalActive memory table entriesFloat64
jolokia_metrics_num_deletes_imm_mem_tables_totalImmutable tables delete countFloat64
jolokia_metrics_cur_size_all_mem_tables_total_bigintMemory tables size (bigint)Float64
jolokia_metrics_cur_size_active_mem_table_total_bigintActive table size (bigint)Float64
jolokia_metrics_mem_table_flush_pending_total_bigintPending flushes (bigint)Float64
jolokia_metrics_block_cache_pinned_usage_total_bigintPinned cache usage (bigint)Float64
jolokia_metrics_estimate_num_keys_total_bigintEstimated keys (bigint)Float64
jolokia_metrics_live_sst_files_size_total_bigintSST files size (bigint)Float64
jolokia_metrics_size_all_mem_tables_total_bigintMemory tables size (bigint)Float64
jolokia_metrics_block_cache_usage_total_bigintBlock cache usage (bigint)Float64
jolokia_metrics_estimate_table_readers_mem_total_bigintReader memory (bigint)Float64
jolokia_metrics_compaction_pending_total_bigintPending compactions (bigint)Float64
jolokia_metrics_num_entries_imm_mem_tables_total_bigintImmutable entries (bigint)Float64
jolokia_metrics_total_sst_files_size_total_bigintTotal SST size (bigint)Float64
jolokia_metrics_num_running_compactions_total_bigintRunning compactions (bigint)Float64
jolokia_metrics_block_cache_pinned_usage_max_bigintMax pinned cache (bigint)Float64
jolokia_metrics_estimate_pending_compaction_bytes_total_bigintPending compaction bytes (bigint)Float64
jolokia_metrics_num_deletes_active_mem_table_total_bigintActive deletes (bigint)Float64
jolokia_metrics_num_immutable_mem_table_total_bigintImmutable tables (bigint)Float64
jolokia_metrics_num_running_flushes_total_bigintRunning flushes (bigint)Float64
jolokia_metrics_block_cache_usage_max_bigintMax cache usage (bigint)Float64
jolokia_metrics_num_entries_active_mem_table_total_bigintActive entries (bigint)Float64
jolokia_metrics_num_deletes_imm_mem_tables_total_bigintImmutable deletes (bigint)Float64
timestampTimestamp of when the metric was recorded with millisecond precisionDateTime64
@timestampString representation of the timestampString
tenant_idIdentifier for the tenantLowCardinality(String)
bu_idBusiness unit identifierLowCardinality(String)
hostHostname where metrics were collectedLowCardinality(String)
targetTarget system being monitoredLowCardinality(String)
typeType of metric being collectedLowCardinality(String)
sub_typeSub-classification of the metric typeLowCardinality(String)
kafka_service_nameName of the Kafka serviceLowCardinality(String)
control_center_idIdentifier for the control centerLowCardinality(String)
cluster_idIdentifier for the Kafka clusterLowCardinality(String)
jolokia_metrics_system_cpu_loadSystem CPU loadFloat64
jolokia_metrics_process_cpu_loadProcess CPU loadFloat64
jolokia_metrics_process_cpu_timeProcess CPU timeFloat64
jolokia_metrics_available_processorsNumber of available processorsFloat64
jolokia_metrics_system_load_averageSystem load averageFloat64
jolokia_metrics_total_physical_memory_sizeTotal physical memory sizeFloat64
jolokia_metrics_free_physical_memory_sizeFree physical memory sizeFloat64
jolokia_metrics_committed_virtual_memory_sizeCommitted virtual memory sizeFloat64
jolokia_metrics_total_swap_space_sizeTotal swap space sizeFloat64
jolokia_metrics_free_swap_space_sizeFree swap space sizeFloat64
jolokia_metrics_heap_memory_usage_usedUsed heap memoryFloat64
jolokia_metrics_heap_memory_usage_initInitial heap memoryFloat64
jolokia_metrics_heap_memory_usage_committedCommitted heap memoryFloat64
jolokia_metrics_heap_memory_usage_maxMaximum heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_maxMaximum non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_usedUsed non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_initInitial non-heap memoryFloat64
jolokia_metrics_non_heap_memory_usage_committedCommitted non-heap memoryFloat64
jolokia_metrics_object_pending_finalization_countCount of objects pending finalizationFloat64
jolokia_metrics_collection_count_diffGarbage collection count differenceFloat64
jolokia_metrics_collection_time_diffGarbage collection time differenceFloat64
jolokia_metrics_gc_nameName of the garbage collectorLowCardinality(String)
jolokia_metrics_thread_countCurrent thread countFloat64
jolokia_metrics_peak_thread_countPeak thread countFloat64
jolokia_metrics_total_started_thread_countTotal started thread countFloat64
jolokia_metrics_daemon_thread_countDaemon thread countFloat64
jolokia_metrics_connections_activeNumber of active connectionsFloat64
jolokia_metrics_connections_opened_rateRate of connections being openedFloat64
jolokia_metrics_request_queue_sizeSize of the request queueFloat64
jolokia_metrics_connections_closed_rateRate of connections being closedFloat64
jolokia_metrics_busy_thread_countNumber of busy threadsFloat64
jolokia_metrics_thread_pool_usageThread pool usageFloat64
jolokia_metrics_connections_accepted_rateRate of connections being acceptedFloat64
jolokia_metrics_response_size_avgAverage response sizeFloat64
jolokia_metrics_response_byte_rateResponse byte rateFloat64
jolokia_metrics_request_size_avgAverage request sizeFloat64
jolokia_metrics_request_latency_maxMaximum request latencyFloat64
jolokia_metrics_request_latency_9595th percentile request latencyFloat64
jolokia_metrics_request_latency_9999th percentile request latencyFloat64
jolokia_metrics_request_byte_rateRequest byte rateFloat64
jolokia_metrics_request_rateRequest rateFloat64
jolokia_metrics_response_size_maxMaximum response sizeFloat64
jolokia_metrics_response_rateResponse rateFloat64
jolokia_metrics_request_size_maxMaximum request sizeFloat64
jolokia_metrics_request_latency_avgAverage request latencyFloat64
jolokia_metrics_request_error_rateRequest error rateFloat64