Commit Graph

50 Commits

Author SHA1 Message Date
peng-yongsheng 4836883d75 Change the data type of sla and apdex attributes from Float to Int. 2018-02-13 23:52:00 +08:00
peng-yongsheng da0a8b8546 Provide the getServerThroughput query. 2018-02-10 10:46:15 +08:00
wu-sheng a736c01a81 Fix protocol mistakes. 2018-02-09 17:09:48 +08:00
hanahmily 87ee4f2f77 Merge remote-tracking branch 'origin/feature/graphql-ui' into feature/graphql-ui 2018-02-09 14:19:01 +08:00
hanahmily af6d91dfba Refactor alarm schema 2018-02-09 14:18:26 +08:00
peng-yongsheng 1bc0d84532 Provide the getTopNServerThroughput query. 2018-02-09 14:12:04 +08:00
peng-yongsheng 425324ee46 Provide the overview/getTopNSlowService query. 2018-02-08 19:02:53 +08:00
peng-yongsheng a81719786e Provide the getSlowService query. 2018-02-08 18:16:58 +08:00
peng-yongsheng 90c820d1d8 Merge branch 'feature/graphql-ui' of https://github.com/peng-yongsheng/incubator-skywalking into feature/graphql-ui 2018-02-07 18:11:12 +08:00
peng-yongsheng 62477a5318 Provide the getServiceTopology query. 2018-02-07 18:10:17 +08:00
吴晟 Wu Sheng 505f6a0ec3
Merge branch 'master' into feature/graphql-ui 2018-02-06 21:28:19 +08:00
peng-yongsheng b513024a85 Provide the searchService query. 2018-02-05 10:26:54 +08:00
peng-yongsheng 77f615a8ae Provide the queryBasicTraces query. 2018-02-04 22:16:52 +08:00
Gao Hongtao 0851b5612e
Update protocol 2018-02-02 17:18:45 +08:00
peng-yongsheng f177ebd909 Provide the search server query, but only completed es storage and non tps. 2018-01-27 09:13:48 +08:00
peng-yongsheng 1510f7059d Change the data type from int to long which attributes named responseTimePerSec and callsPerSec. 2018-01-26 08:55:55 +08:00
peng-yongsheng a25e353e2d Implement the method named getAllApplication in application layer graphql protocol. 2018-01-24 00:12:27 +08:00
peng-yongsheng 06f675ac9b Changed dependency graphql-java from 6.0 to 7.0. 2018-01-20 22:21:56 +08:00
吴晟 Wu Sheng 5175e9d54b
Merge branch 'master' into alter-graphql-log-time 2018-01-18 11:20:31 +08:00
wu-sheng cef1ca8410 Time should be Long 2018-01-18 11:14:10 +08:00
wu-sheng ed30481696 Add a missing field. 2018-01-17 08:20:50 +08:00
wu-sheng b482463f42 Add parentSpanId for Span 2018-01-16 15:53:09 +08:00
吴晟 Wu Sheng 4f2c781270
Merge branch 'master' into feature/graphql 2018-01-16 09:26:04 +08:00
peng-yongsheng b525e1e0e2 Lowercase the IPv4 and IPv6 attributes, because of there have a java style check that regulate the first letter must be lowercase. 2018-01-16 09:18:56 +08:00
wusheng 691fb78bc9 Add `isAlarm` for ApplicationNode. 2018-01-13 22:38:25 +08:00
wusheng 8f260f8eb1 Update trace type. 2018-01-12 23:28:21 +08:00
wu-sheng 41d7b5cb54 Add a query service 2018-01-12 14:14:12 +08:00
wu-sheng 225903a92a Fix missing parts. 2018-01-12 09:48:49 +08:00
wusheng eaef6f106c Fix a compile issue 2018-01-11 18:52:45 +08:00
wusheng 50e09852db add constant values 2018-01-11 16:19:48 +08:00
wusheng b2706cf24c Make the user node as an extend of Node, rather then an attribute of ApplicationNode. 2018-01-11 16:13:19 +08:00
wu-sheng e7a5fd6920 no message 2018-01-10 16:39:40 +08:00
wu-sheng 06b9f5f692 1. Add set/get `DataTTLConfigs` and set/get `AlarmThreshold` mutation service.
2. All empty arrays are represented by `[]`, not `null`.
3. Add Mutation type, represents for all modification operations.
4. Support **Pagination** in some query.
5. Seperate alarm into to title and content
2018-01-10 16:38:22 +08:00
wu-sheng d730e174f6 Make the nodes of Topology nullable. And elements in it are not null. 2018-01-09 12:11:56 +08:00
wu-sheng 79ed3bff48 Add incoming attr for application node. 2018-01-04 14:25:26 +08:00
wusheng 20973f5a28 Announce the version policy 2017-12-30 22:30:19 +08:00
wusheng 6b68a2cb6d * `DurationItem` and `ThroughputItem` have been removed. Service defines must be explicit and clear.
*  In server layer, AppServerInfo type represents the basic server info and related metrics
*  In service layer, ServiceInfo type represents the basic service info and related metrics
*  `getServiceSlowTrace` service has been provided by `queryBasicTraces` service. All trace query should be included in that.
2017-12-30 17:59:20 +08:00
wu-sheng d3b357a447 Finish all services and readme. 2017-12-28 16:16:12 +08:00
gaohongtao 6d96cf6bf2 Finish all protocol 2017-12-27 12:41:28 +08:00
wu-sheng d3ab94bee3 Add server query. 2017-12-27 11:05:42 +08:00
wu-sheng 5d801fbd02 Add application layer protocol and some common types. 2017-12-27 09:59:40 +08:00
gaohongtao e771350812 Remove spring dependency 2017-12-27 08:49:14 +08:00
gaohongtao 84caf87f36 Add graphiql servlet 2017-12-26 22:46:04 +08:00
wu-sheng 0af4f1737a Add the missing getApplicationBrief query. 2017-12-26 16:13:32 +08:00
wu-sheng 4545e431f0 Add query arguments. 2017-12-26 15:28:34 +08:00
wu-sheng 131bbb965f Add two services. 2017-12-26 11:47:55 +08:00
wu-sheng d07a91353c Adjust the services and add comments. 2017-12-26 10:50:05 +08:00
gaohongtao 8ae1b4213b Add application topology query type 2017-12-25 22:38:28 +08:00
wusheng 91922544d4 Fix a module name. 2017-12-25 22:04:17 +08:00
wu-sheng 48f0f22de6 Init ui-protocol. 2017-12-25 15:33:12 +08:00