Skip to content

Commit

Permalink
report imperial monitor in emperor statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@quantal64 committed Sep 22, 2012
1 parent 3c84523 commit 8cff01a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/emperor.c
Expand Up @@ -1208,6 +1208,9 @@ void emperor_send_stats(int fd) {
if (uwsgi_stats_keylong_comma(us, "gid", (unsigned long long) c_ui->gid))
goto end0;

if (uwsgi_stats_keyval_comma(us, "monitor", c_ui->scanner->arg))
goto end0;

if (uwsgi_stats_keylong(us, "respawns", (unsigned long long) c_ui->respawns))
goto end0;

Expand Down

0 comments on commit 8cff01a

Please sign in to comment.