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
Copy file name to clipboardExpand all lines: docs/metrics_reference.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,9 @@ The following Sidecar metrics are exported for consumption by Prometheus.
41
41
| sidecar_delivery_stream_errors_total | counter | stream_type source_id error_type | Total number of stream errors by stream type, source ID, and error type. |
42
42
| sidecar_delivery_withholding_suspicion_raised_total | counter | source_id | Total number of block withholding suspicions raised by data source ID. |
43
43
| sidecar_delivery_withholding_suspicion_cleared_total | counter | source_id | Total number of block withholding suspicions cleared by data source ID. |
44
+
| sidecar_delivery_withholding_suspicion_confirmed_total | counter | source_id | Total number of block withholding suspicions confirmed by data source ID. |
44
45
| sidecar_delivery_stream_block_gap | gauge | source_id | Current block gap between header and data streams (data - header) by data source ID.Positive value indicates that data stream is ahead of header stream. |
45
-
|sidecar_delivery_target_arrival_deadline | gauge | source_id | Unix timestamp of the target block arrival deadline for withholding detection by source ID.|
46
+
|sidecar_delivery_target_arrival_deadline_unix_milliseconds | gauge | source_id | Unix timestamp (milliseconds) of the target block arrival deadline for withholding detection by source ID. |
46
47
| sidecar_delivery_config_updates_total | counter || Total number of config block updates detected. |
47
48
| sidecar_delivery_config_block_number | gauge || Current config block number. |
0 commit comments