Skip to content

Commit 2e5fd47

Browse files
Document rdi_processor_rec_per_sec_total as Gauge
1 parent 37e0fdc commit 2e5fd47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/integrate/redis-data-integration/observability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RDI reports with their descriptions.
123123
| `rdi_processor_process_time_ms_total` | Counter | Total process time in milliseconds across all batches | Informational - use for performance analysis |
124124
| `rdi_processor_ack_time_ms_total` | Counter | Total acknowledgment time in milliseconds across all batches | Informational - use for performance analysis |
125125
| `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 |
127127
| **Processor Performance Last Batch Metrics** | | | |
128128
| `rdi_processor_batch_size_last` | Gauge | Last batch size processed | Informational - use for real-time monitoring |
129129
| `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.
142142
- The `rdi_incoming_entries` metric provides a detailed breakdown for each data source by operation type.
143143
- The `rdi_stream_event_latency_ms` metric helps monitor data freshness and processing delays.
144144
- 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
147147
{{< /note >}}
148148

149149
## Recommended alerting strategy

0 commit comments

Comments
 (0)