Skip to main content

Backpressure metrics for monitoring the BulkInserter. More…

Properties

int MaxInFlightBatches [get]
 Maximum number of in-flight batches allowed.
 
int AvailablePermits [get]
 Number of available permits in the semaphore.
 
int InFlightBatches [get]
 Number of batches currently in-flight.
 
long PendingBatches [get]
 Number of batches pending (queued + in-flight).
 
double UtilizationPercent [get]
 Utilization percentage (in-flight / max * 100).
 

Detailed Description

Backpressure metrics for monitoring the BulkInserter.

Definition at line 1340 of file BulkInserter.cs.

Property Documentation

◆ AvailablePermits

int kinetica.BackpressureMetrics.AvailablePermits
get

Number of available permits in the semaphore.

Definition at line 1350 of file BulkInserter.cs.

◆ InFlightBatches

int kinetica.BackpressureMetrics.InFlightBatches
get

Number of batches currently in-flight.

Definition at line 1355 of file BulkInserter.cs.

◆ MaxInFlightBatches

int kinetica.BackpressureMetrics.MaxInFlightBatches
get

Maximum number of in-flight batches allowed.

Definition at line 1345 of file BulkInserter.cs.

◆ PendingBatches

long kinetica.BackpressureMetrics.PendingBatches
get

Number of batches pending (queued + in-flight).

Definition at line 1360 of file BulkInserter.cs.

◆ UtilizationPercent

double kinetica.BackpressureMetrics.UtilizationPercent
get

Utilization percentage (in-flight / max * 100).

Definition at line 1365 of file BulkInserter.cs.


The documentation for this class was generated from the following files: