summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2018-12-12 13:58:25 +0600
committerzhengchao <[email protected]>2018-12-12 13:58:25 +0600
commite98d6c170790ac5c10e0ed5802d93a93abe25398 (patch)
tree7b8a1751a44e8674e3ae501d7aa3700f733a551d /inc
parent2a2abf7f482d1bc65477e4d34327e85cfb47e1ee (diff)
用Markdown格式重写readme。
Diffstat (limited to 'inc')
-rw-r--r--inc/field_stat2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/field_stat2.h b/inc/field_stat2.h
index 90f3a76..e9af975 100644
--- a/inc/field_stat2.h
+++ b/inc/field_stat2.h
@@ -47,7 +47,7 @@ enum FS_option
APP_NAME, //VALUE is a const char*, MUST end with '\0', SIZE= strlen(string+'\0')+1. DEFAULT is "?".
STATS_SERVER_IP, //VALUE is a const char*, MUST end with '\0', SIZE= strlen(string+'\0')+1. No DEFAULT.
STATS_SERVER_PORT, //VALUE is a unsigned short or a signed int, host order, SIZE= sizeof(unsigned short) or sizeof(int). No DEFAULT.
- STATS_FORMAT, //VALUE is an interger, SIZE=sizeof(int), DEFAULT:1.
+ STATS_FORMAT, //VALUE is enum stats_output_format, STATSD or INFLUX_LINE, SIZE=sizeof(int), DEFAULT:STATSD.
MAX_STAT_FIELD_NUM, //VALUE is an interger, SIZE=sizeof(int), DEFAULT:1024.
HISTOGRAM_GLOBAL_BINS //VALUE is a const char*, define a histogram bins for default field, SIZE = strlen(string+'\0')+1. DEFAULT: "0.5,0.8,0.9,0.95,0.99“.
};