Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit ccbab20

Browse files
committed
docs(README): add buffer full metrics doc
1 parent d5c74cf commit ccbab20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The exported metrics are:
106106
- `kafka_consumer_partition_delay`: number of records betweeen last record consumed successfully and the last record on kafka, by partition and topic.
107107
- `kafka_consumer_records_consumed_successfully`: number of records consumed successfully by this instance.
108108
- `kafka_consumer_endpoint_latency_histogram_seconds`: endpoint latency in seconds (insertion to elasticsearch).
109+
- `kafka_consumer_buffer_full`: indicates whether the app buffer is full(meaning that elasticsearch is not being able to keep up with the topic volume).
109110

110111
## Development
111112

0 commit comments

Comments
 (0)