wu-sheng commented on issue #4190: Recommendations for reducing the number of indexes URL: https://github.com/apache/skywalking/issues/4190#issuecomment-572476358 We should merge the following into one, **metricsTTL** ``` @Setter private int minuteMetricsDataTTL = 2; @Setter private int hourMetricsDataTTL = 2; @Setter private int dayMetricsDataTTL = 2; private int otherMetricsDataTTL = 0; @Setter private int monthMetricsDataTTL = 18; ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
