Kinetica   C#   API  Version 7.2.3.1
BackpressureMetrics Class Reference

Backpressure metrics for monitoring the BulkInserter. More...

Properties

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

Detailed Description

Backpressure metrics for monitoring the BulkInserter.

Definition at line 1269 of file BulkInserter.cs.

Property Documentation

◆ AvailablePermits

int BackpressureMetrics.AvailablePermits
get

Number of available permits in the semaphore.

Definition at line 1279 of file BulkInserter.cs.

◆ InFlightBatches

int BackpressureMetrics.InFlightBatches
get

Number of batches currently in-flight.

Definition at line 1284 of file BulkInserter.cs.

◆ MaxInFlightBatches

int BackpressureMetrics.MaxInFlightBatches
get

Maximum number of in-flight batches allowed.

Definition at line 1274 of file BulkInserter.cs.

◆ PendingBatches

long BackpressureMetrics.PendingBatches
get

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

Definition at line 1289 of file BulkInserter.cs.

◆ UtilizationPercent

double BackpressureMetrics.UtilizationPercent
get

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

Definition at line 1294 of file BulkInserter.cs.


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