File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
docs/sources/reference/components/loki Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ The following fields are exported and can be referenced by other components:
201201* ` loki_write_dropped_entries_total ` (counter): Number of log entries dropped because they failed to be sent to the ingester after all retries.
202202* ` loki_write_sent_bytes_total ` (counter): Number of bytes sent.
203203* ` loki_write_sent_entries_total ` (counter): Number of log entries sent to the ingester.
204+ * ` loki_write_entry_propagation_latency ` (histogram): Time in seconds from entry creation to successful send.
204205* ` loki_write_request_size_bytes ` (histogram): Number of bytes for encoded requests.
205206* ` loki_write_request_duration_seconds ` (histogram): Duration of sent requests.
206207
You can’t perform that action at this time.
0 commit comments