Skip to content

Commit

Permalink
fix rds process stats initialization (twitter#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao Yue authored and michalbiesek committed Sep 10, 2019
1 parent b9ac473 commit df260e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/rds/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

struct stats stats = {
{ PROCINFO_METRIC(METRIC_INIT) },
{ PROCESS_METRIC(METRIC_INIT) },
{ PROCESS_METRIC(METRIC_INIT)
PROCESS_LIST_METRIC(METRIC_INIT)
PROCESS_SARRAY_METRIC(METRIC_INIT)
PROCESS_MISC_METRIC(METRIC_INIT) },
{ PARSE_REQ_METRIC(METRIC_INIT) },
{ COMPOSE_RSP_METRIC(METRIC_INIT) },
{ REQUEST_METRIC(METRIC_INIT) },
Expand Down

0 comments on commit df260e9

Please sign in to comment.