Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
[skip ci] write docs
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Jun 23, 2016
1 parent b2032ed commit 65aa3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ This is property table.
| scheduler.refreshClustersIntervalMillis | 120000 | | Interval(milliseconds) of refresh meta data of Redis cluster. <br> Recommend default. |
| scheduler.collectStaticsInfoIntervalMillis | 120000 | | Interval(milliseconds) of collect metrics data. If threshold condition is satisfied, send notice. |
| scheduler.collectStaticsInfoMaxCount | 1500 | | Save count of metrics data. <br> If you want save latest 1 week, you specify "5040". <br><br> (60 * 24 * 7) / 2 = 5040 |
| scheduler.collectSlowLogMaxCount | 1500 | | Save count of slowlog. <br> If you want save latest 1 week, you specify "5040". <br><br> (60 * 24 * 7) / 2 = 5040 |
| scheduler.collectSlowLogMaxCount | 1500 | | Save count of slowlog. |
| outputMetrics.fluentd.enabled | false | | If you want to forward metris data into fluentd, specify true. |
| outputMetrics.fluentd.host | | | Host of Fluentd. |
| outputMetrics.fluentd.port | | | Port of Fluentd. |
Expand Down

0 comments on commit 65aa3c2

Please sign in to comment.