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: content/integrate/redis-data-integration/observability.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ RDI reports with their descriptions.
123
123
|`rdi_processor_process_time_ms_total`| Counter | Total process time in milliseconds across all batches | Informational - use for performance analysis |
124
124
|`rdi_processor_ack_time_ms_total`| Counter | Total acknowledgment time in milliseconds across all batches | Informational - use for performance analysis |
125
125
|`rdi_processor_total_time_ms_total`| Counter | Total total time in milliseconds across all batches | Informational - use for performance analysis |
126
-
|`rdi_processor_rec_per_sec_total`|Counter| Total records per second across all batches | Informational - use for throughput analysis |
126
+
|`rdi_processor_rec_per_sec_total`|Gauge| Total records per second across all batches | Informational - use for throughput analysis |
127
127
|**Processor Performance Last Batch Metrics**||||
128
128
|`rdi_processor_batch_size_last`| Gauge | Last batch size processed | Informational - use for real-time monitoring |
129
129
|`rdi_processor_read_time_ms_last`| Gauge | Last batch read time in milliseconds | Informational - use for real-time performance monitoring |
@@ -142,8 +142,8 @@ RDI reports with their descriptions.
142
142
- The `rdi_incoming_entries` metric provides a detailed breakdown for each data source by operation type.
143
143
- The `rdi_stream_event_latency_ms` metric helps monitor data freshness and processing delays.
144
144
- The processor performance metrics are divided into two categories:
145
-
-**Total metrics** (Counters): Accumulate values across all processed batches for historical analysis
146
-
-**Last batch metrics** (Gauges): Show real-time performance data for the most recently processed batch
145
+
-**Total metrics**: Accumulate values across all processed batches for historical analysis
146
+
-**Last batch metrics**: Show real-time performance data for the most recently processed batch
0 commit comments