Skip to content

Commit

Permalink
Add apache metrics tracking connections
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuino committed Oct 8, 2015
1 parent 1dbdc52 commit 2d60511
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -103,7 +103,9 @@ private StatusPageParser() {
*/
private static final Set<String> WHITELISTED_METRICS = UnmodifiableSet.of("Total_Accesses",
"Total_kBytes", "Uptime", "ReqPerSec", "BytesPerSec", "BytesPerReq",
"BusyWorkers", "IdleWorkers");
"BusyWorkers", "IdleWorkers",
"ConnsTotal", "ConnsAsyncWriting",
"ConnsAsyncKeepAlive", "ConnsAsyncClosing");
private static final int ASCII_CHARS = 128;
private static final String SCOREBOARD = "Scoreboard";

Expand Down

0 comments on commit 2d60511

Please sign in to comment.