Skip to content

Commit

Permalink
Fixes test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Dec 9, 2024
1 parent ff8cb09 commit c870b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public void populateDiffMetricValue(
saveMetricValues(value.toString(), startTime, IndexName, String.valueOf(ShardId));
}

@JsonCreator
public static class NodeStatsMetricsAllShardsPerCollectionStatus extends MetricStatus {

@JsonIgnore private ShardStats shardStats;
Expand Down Expand Up @@ -280,6 +279,7 @@ public NodeStatsMetricsAllShardsPerCollectionStatus(ShardStats shardStats) {
}

@SuppressWarnings("checkstyle:parameternumber")
@JsonCreator
public NodeStatsMetricsAllShardsPerCollectionStatus(
long queryCacheHitCount,
long queryCacheMissCount,
Expand Down

0 comments on commit c870b4a

Please sign in to comment.