Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
Seddik Yengui committed Dec 23, 2024
1 parent 8c770ac commit bc1ab94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(tomcat_threads_busy_threads) by (pod)",
"expr": "sum(tomcat_threads_busy_threads) by (pod) or sum(reactor_netty_http_server_connections_active) by (pod)",
"format": "table",
"hide": false,
"instant": true,
Expand All @@ -834,7 +834,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(tomcat_threads_current_threads) by (pod)",
"expr": "sum(tomcat_threads_current_threads) by (pod) or or sum(reactor_netty_http_server_connections) by (pod)",
"format": "table",
"hide": false,
"instant": true,
Expand Down

0 comments on commit bc1ab94

Please sign in to comment.