Clusters
Get Kafka Cluster Stats
This endpoint gets detailed stats of a database.
GET
/
v2
/
kafka
/
stats
/
topic
/
{id}
URL Parameters
The ID of the Kafka cluster
Response Parameters
String representation of last 5 days of the week starting from the current day
Last 5 days daily produced message count in kafka cluster
Last 5 days daily consumed message count in kafka cluster
Average storage size of the kafka cluster in the current month
Total cost of the kafka cluster in current month
Total number of produced message in current month
Total number of consumed message in current month
Was this page helpful?