You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/26 09:26:38 UTC

[GitHub] peng-yongsheng opened a new pull request #1268: Separated TTL from minute to minute, hour, day, month.

peng-yongsheng opened a new pull request #1268: Separated TTL from minute to minute, hour, day, month.
URL: https://github.com/apache/incubator-skywalking/pull/1268
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [X] New feature provided
   - [ ] Improve performance
   
   - Related issues
   #1263 
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   
   ```
   storage:
     elasticsearch:
       clusterName: CollectorDBCluster
       clusterTransportSniffer: true
       clusterNodes: localhost:9300
       indexShardsNumber: 2
       indexReplicasNumber: 0
       highPerformanceMode: true
       # Set a timeout on metric data. After the timeout has expired, the metric data will automatically be deleted.
       minuteMetricDataTTL: 45 # Unit is minute
       hourMetricDataTTL: 36 # Unit is hour
       dayMetricDataTTL: 45 # Unit is day
       monthMetricDataTTL: 18 # Unit is month
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services