Skip to content

Commit

Permalink
Use a more extensive tomcat thread pattern (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
drauf committed Feb 1, 2024
1 parent df19be8 commit ffef759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThreadsOverview/ThreadsOverviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ThreadsOverviewPage extends PageWithSettings<WithThreadDumpsProps, State>

private jvmRegex = /^Attach Listener|^C[12] CompilerThread|^G1 Concurrent |^G1 Main|^Gang worker#|^GC Daemon|^Service Thread|^Signal Dispatcher|^String Deduplication Thread|^Surrogate Locker Thread|^VM Periodic|^VM Thread/;

private tomcatRegex = /^http(s-jsse)?-[a-z]io-[0-9]+-exec-[0-9]+/;
private tomcatRegex = /^(http|https|ajp)[\w]*-([a-z0-9.]+-)+exec-[0-9]+/;

private databaseRegex = /^oracle\.jdbc\.driver\.|^org\.postgresql\.|^com\.microsoft\.sqlserver\.|^com\.mysql\.jdbc\./;

Expand Down

0 comments on commit ffef759

Please sign in to comment.