Skip to content

Commit

Permalink
MB-25403: Remove ep_version statistic
Browse files Browse the repository at this point in the history
Change-Id: I405906fcda605394e51a006849c55911d5a08284
Reviewed-on: http://review.couchbase.org/81649
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
Sriram Ganesan authored and trondn committed Aug 1, 2017
1 parent b872a06 commit cd8da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cproxy_stats.c
Expand Up @@ -17,7 +17,7 @@

char *protocol_stats_keys_first =
"pid version libevent "
"ep_version ep_dbname ep_storage_type ep_flusher_state ep_warmup_thread ";
"ep_dbname ep_storage_type ep_flusher_state ep_warmup_thread ";

char *protocol_stats_keys_smallest =
"uptime "
Expand Down

0 comments on commit cd8da46

Please sign in to comment.