Skip to content

Commit

Permalink
Removed skeleton TSC stats implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Feb 14, 2024
1 parent 7f5a455 commit 36c600d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,4 @@ private ConcurrentMap<String, CounterMetric> convertLongMapToCounterMetric(Map<S
}
return result;
}

/*@Override
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
return null;
}*/

/*static final class Fields {
static final String MEMORY_SIZE = "memory_size";
static final String EVICTIONS = "evictions";
static final String HIT_COUNT = "hit_count";
static final String MISS_COUNT = "miss_count";
static final String ENTRIES = "entries";
}*/
}

This file was deleted.

0 comments on commit 36c600d

Please sign in to comment.