Skip to content

Commit

Permalink
Remove tab space and change avg datatype to LONG and additional JAVAD…
Browse files Browse the repository at this point in the history
…OC (Signed-off-by: Jeffrey Liu [email protected])

Signed-off-by: CoderJeffrey <[email protected]>
  • Loading branch information
CoderJeffrey committed Jul 3, 2023
1 parent 353c3a6 commit ebde9f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
import org.jooq.impl.DSL;
import org.opensearch.performanceanalyzer.commons.metrics.AllMetrics;

/*
* SearchBackPressure cluster/node-level RCA would consume these data in the snapshots and determine whether the search back pressure service
* has cancelled too much/ too less requests, by comparing with predefined threshold.
*/
public class SearchBackPressureMetricsSnapShot implements Removable {

// Logger for current class
Expand Down

0 comments on commit ebde9f7

Please sign in to comment.