Skip to content

Commit

Permalink
remove getContainerOpsMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
chungen0126 committed Jun 28, 2024
1 parent fc89a7e commit ad4c17c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ public void incContainerOpsMetrics(ContainerProtos.Type type) {
numOpsArray.get(type).incr();
}

public long getContainerOpsMetrics(ContainerProtos.Type type) {
return numOpsArray.get(type).value();
}

public void incContainerOpsLatencies(ContainerProtos.Type type,
long latencyMillis) {
opsLatency.get(type).add(latencyMillis);
Expand Down

0 comments on commit ad4c17c

Please sign in to comment.