1. 05 4月, 2021 1 次提交
  2. 30 6月, 2020 1 次提交
  3. 09 5月, 2020 1 次提交
  4. 21 4月, 2020 1 次提交
    • wu-sheng's avatar
      New metrics query protocol v2 (#4679) · 418bdff2
      wu-sheng 提交于
      1. Support the new query protocol, and the v1 query protocol is still supported 
      2. All `numOfxxx`/`GlobalBrief` is only a mock now, no real number.
      3. typeOfMetrics service is a mock only too, follow up PR will implement this.
      418bdff2
  5. 13 2月, 2020 1 次提交
  6. 12 2月, 2020 1 次提交
  7. 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
  8. 09 12月, 2019 1 次提交
    • Z
      [Feature] Service instance dependency (#3978) · 3741f4e3
      zhang-wei 提交于
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * test e2e
      
      * add official_analysis.oal & update getServiceInstanceTopology
      
      * test instance topo for single service
      
      * fix gql
      
      * fix verifyServiceInstances
      
      * verifyServiceInstanceTopo
      
      * fix verifyServiceInstanceTopo
      
      * fix ServiceInstanceInventory#name
      
      * fix ServiceInstanceInventory#name
      
      * e2e test
      
      * fix action
      
      * fix provider port
      
      * fix Instance Node Type
      
      * re run
      
      * fix expected-data
      
      * add e2e mysql
      
      * set @test timeout
      
      * fix ci
      
      * increase timeout
      
      * re check
      
      * test ttl es7
      
      * test ttl
      
      * fix action
      
      * merge group
      
      * test ttl es7
      
      * replace official_analysis.oal
      
      * replace official_analysis.oal
      
      * comments
      
      * add TODO
      
      * add TODO
      
      * fix filed name
      3741f4e3
  9. 29 11月, 2019 1 次提交
    • G
      Add apdex function to OAL (#3855) · 6475ab3d
      Gao Hongtao 提交于
      * Add apdex function to OAL
      
      * Add empty line
      
      * Setup config watcher
      
      * Add identifier type to function parameter
      
      * Add config test
      
      * Update score algorithm
      
      * Replace responseCode with status
      
      * Add comments about apdex score algorithm
      
      * Add docs
      
      * Add e2e test case
      
      * Update test case
      
      * Fix disptch class generating error
      
      * Update value name of apdex metric
      
      * Tuning threshold
      
      * Fix single tolerated point bug
      6475ab3d
  10. 21 11月, 2019 1 次提交
    • K
      [Feature] Support ElasticSearch 7 as backend storage (#3870) · 9b408e82
      kezhenxu94 提交于
      * [Feature] Officially support ElasticSearch 7 as backend storage
      
      * Extract bootstrap module to be shared by multiple starters
      
      * Add missing configuration file and distinguish different version in test
      
      * Update known-oap-backend-dependencies-es7.txt
      
      Update the dependency lib
      
      * Fix missing adaptation to ElasticSearch 7
      
      * Rename ElasticSearch 7 specific class with Es7 infix
      
      * Fix miss-adapted ElasticSearch DAO API
      
      * Add ES7 specific configuration and polish documentations
      
      * Polish documentations
      
      * Polish documentations
      9b408e82
  11. 07 8月, 2019 1 次提交
  12. 05 8月, 2019 1 次提交
  13. 18 7月, 2019 1 次提交
    • wu-sheng's avatar
      All NEW OAL Runtime Engine (#3109) · 5b039e97
      wu-sheng 提交于
      * Change OAL generator tool to runtime.
      
      Step 1. change project structure. API links and maven pom.
      
      * Part of metrics class generation
      
      * Metrcis class generated.
      
      * Set up the basic structure of new OAL engine.
      
      * Finish metrics generation.
      
      * Support dispatcher generation.
      
      * Format codes.
      
      * Generate dispatcher all methods.
      
      * Implement disable in hardcode.
      
      * Clear up
      
      * Fix compile startup.
      
      * Update license and document of new OAL engine.
      
      * Fix rat.
      
      * Disable class output in default
      
      * Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
      
      * Wait for the mount command to finish
      5b039e97
  14. 14 6月, 2019 1 次提交
  15. 10 5月, 2019 1 次提交
  16. 02 4月, 2019 1 次提交
    • wu-sheng's avatar
      Add jaeger traces support (#2434) · ff6fb90d
      wu-sheng 提交于
      * Make Jaeger receiver works in 12450 as default.
      
      * Finish compile and codebase.
      
      * Make codes runnable.
      
      * Finish Jaeger query tests.
      
      * Add document for jaeger receiver.
      
      * Add readme.
      
      * Fix a break link.
      
      * Finish doc.
      ff6fb90d
  17. 26 3月, 2019 1 次提交
  18. 07 3月, 2019 1 次提交
    • wu-sheng's avatar
      Envoy metric support and a bug fix (#2321) · b4cb7e0b
      wu-sheng 提交于
      * Extend envoy metric service, scope and OAL lexer/parser.
      
      * Finish metric extension and oal.
      
      * Make test env works.
      
      * Finish test of envoy connection and memory metric.
      
      * Change document.
      
      * Finish docker compose test.
      b4cb7e0b
  19. 02 3月, 2019 1 次提交
  20. 27 1月, 2019 1 次提交
    • L
      Database metrics provided. (#2025) · f7ca2672
      Lemon 提交于
      * Add Database source
      
      * Add DatabaseSource source and database_* script for oal
      
      * Enable Database_Indicator
      
      * Add file license
      
      * Rename DatabaseService to ClientDatabase. In the future, we may have real database server monitoring.
      
      * Add query database from H2
      
      * refactor
      
      * update submodule
      
      * refactor
      
      * Fix style
      
      * Fix: unknown tag error
      
      * fix checkstyle
      f7ca2672
  21. 07 12月, 2018 1 次提交
    • wu-sheng's avatar
      OAL tool module established (#2015) · 40eb6512
      wu-sheng 提交于
      * Move oal tool back into main repo, and fix compile issue.
      
      * Fix two bugs.
      
      * Remove all generated codes.
      
      * Make all oal generated codes out of source control.
      
      * Make mvn compile and package work.
      
      * Fix test cases.
      
      * Make compile right and provide new documents.
      
      * Remove an unnecessary tokens file.
      40eb6512
  22. 01 12月, 2018 1 次提交
  23. 28 9月, 2018 2 次提交
  24. 17 9月, 2018 1 次提交
  25. 03 9月, 2018 1 次提交
  26. 25 8月, 2018 2 次提交