• Filter non-active service name when UI query. (#1262) · c2a425f5
    彭勇升 pengys 提交于
    * #1124
    
    Add heart beat time into service name index to filter non-active service name.
    
    * Filter service name by heart beat time when query service name count.
    
    * #1124
    1. Add application id to be a query condition of searchService method.
    2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )
    
    * Fixed the auto test failure.
    
    #1124
    c2a425f5
RegisterColumns.java 1.4 KB