Skip to content

Commit

Permalink
fix metrics OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyYangPassion committed Jul 11, 2024
1 parent d55382d commit ecd0944
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public class AccessLogFilter implements ContainerResponseFilter {
private static final String GREMLIN = "gremlin";
private static final String CYPHER = "cypher";

private static final Pattern ID_PATTERN = Pattern.compile("\"\\d+:\\w+\"");
private static final Pattern QUOTED_STRING_PATTERN = Pattern.compile("\"\\w+\"");

@Context
private jakarta.inject.Provider<HugeConfig> configProvider;
Expand Down

0 comments on commit ecd0944

Please sign in to comment.