You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ The exported metrics are:
113
113
-`kafka_consumer_records_consumed_successfully`: number of records consumed successfully by this instance.
114
114
-`kafka_consumer_endpoint_latency_histogram_seconds`: endpoint latency in seconds (insertion to elasticsearch).
115
115
-`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).
116
+
-`elasticsearch_events_retried`: number of events that needed to be retryed to sent to Elasticsearch
117
+
-`elasticsearch_document_already_exists`: number of events that tryed to be inserted on elasticsearch but already existed
118
+
-`elasticsearch_bad_request`: the number of requests that failed due to malformed events
0 commit comments