Built-In Metrics

Default deltastream query metrics provided by Prometheus integration

Queries in DeltaStream are long-lived and continuous. While DeltaStream provides its own tools to notify and alert you if your queries are misbehaving, you may want also to monitor queries from their own observability stacks. This document lists the built-in metrics that DeltaStream exposes so you can monitor your queries.

Metric Name
Value Type
Description

deltastream_query_consumerRecordsLagMax

Integer

Reports the Kafka Consumer lag in number of records that are currently behind.

deltastream_query_numRecordsInPerSecond

Integer

Reports current number of records being processed in per second.

deltastream_query_numRecordsOutPerSecond

Integer

Reports current number of records being processed out per second.

deltastream_query_numBytesInPerSecond

Integer

Reports current size of records being processed in per second. Values returned as binary bytes unit.

deltastream_query_numBytesOutPerSecond

Integer

Reports current size of records being processed out per second. Values returned as binary bytes unit.

Last updated