1. 12 1月, 2020 1 次提交
    • wu-sheng's avatar
      Support multiple linear values and merging p50/75/90/95/99 into percentile (#4214) · 9149de2a
      wu-sheng 提交于
      * Support new percentile func with new alarm and exporter for this new func.
      
      * Fix e2e and OAL script
      
      * Fix wrong column.
      
      * Fix percentile bug and oal engine bug.
      
      * Update query protocol and add percentile test case
      
      * Support new query
      
      * Adopt GraphQL requirement
      
      * Fix wrong type cast.
      
      * Fix query in H2 and ES.
      
      * Fix docs and comments.
      
      * Fix an e2e compile issue
      
      * Fix javadoc issue and e2e test issue.
      
      * Change CPM to Apdex in TTL test.
      
      * Fix OAL for TTL e2e
      
      * Add metrics query for service percentile.
      
      * Fix OAL engine bug. Method deserialize is not working when more than two field types are IntKeyLongValueHashMap
      
      * Support multiple IntKeyLongValueHashMap fields in remote. About serialize/deserialize methods.
      
      * Fix graphql statement error in e2e.
      
      * Fix serialize not working and add generated serialize/deserialize of percentile into test cases.
      
      * Fix test case format
      
      * Remove generated code test.
      
      * Fix failed e2e test
      
      * Use avg resp time to apdex in the TTL test.
      
      * ADD multiple linear metrics check for endpoint in e2e cluster.
      
      * Support `-` to represent no threshold and doc of alarm about this.
      
      * Move break to right place.
      
      * Fix wrong break(s)
      
      * Fix break and add a test case for multiple values alarm.
      
      * Fix format.
      
      * Add more doc for this new feature and GraphQL query protocol.
      Co-authored-by: NJared Tan <jian.tan@daocloud.io>
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      9149de2a
  2. 03 7月, 2019 1 次提交
    • G
      Adding deadline to gRPC client (#2987) · 01b963c1
      Gao Hongtao 提交于
      * Set up 10 seconds deadline after gRPC client sending
       * The duration of deadline contains three segments: connecting,
         request and response
      
      For blocking stub, I just set deadline before invoke service. For
      bi-streaming stub, I found all of them are used as a blocking style,
      that after getting streaming response client stub just close current
      streaming. Base on above reality, I pick the same way as blocking one.
      01b963c1
  3. 24 6月, 2019 1 次提交
  4. 21 6月, 2019 1 次提交
  5. 09 6月, 2019 1 次提交
  6. 23 5月, 2019 1 次提交
  7. 10 5月, 2019 1 次提交
  8. 30 4月, 2019 1 次提交
  9. 21 4月, 2019 1 次提交
  10. 25 3月, 2019 1 次提交
    • wu-sheng's avatar
      Support gRPC metric exporter (#2395) · 0ecf641c
      wu-sheng 提交于
      * Support grpc exporter.
      
      * Support scope(all) metric export and finish document.
      
      * Close exporter even in local debug env. And fix CI.
      
      * Remove the system.out
      
      * Fix absent 4.
      
      * Support subscription from remote.
      
      * Add the doc
      
      * Update application.yml
      0ecf641c
  11. 16 3月, 2019 1 次提交