Commit Graph

441 Commits

Author SHA1 Message Date
peng-yongsheng eb656cd462 Compile successful. 2018-01-08 15:19:23 +08:00
peng-yongsheng 63e9c54f97 Memory pool metric pyramid aggregate. 2018-01-08 00:15:55 +08:00
peng-yongsheng 2428e8a80b Memory metric pyramid aggregate. 2018-01-08 00:02:04 +08:00
peng-yongsheng d822fe20ef GC metric pyramid aggregate. 2018-01-07 23:46:48 +08:00
peng-yongsheng f77c10d59d Cpu metric pyramid aggregate. 2018-01-07 23:31:19 +08:00
peng-yongsheng 6a3e2f9207 Register and segment. 2018-01-07 22:54:06 +08:00
peng-yongsheng 8e2e5f4e75 Application component pyramid aggregate. 2018-01-07 22:36:30 +08:00
peng-yongsheng 0b5e3f1db4 Application mapping pyramid aggregate. 2018-01-07 22:08:53 +08:00
peng-yongsheng 7effeccc5b Instance mapping pyramid aggregate. 2018-01-07 20:58:36 +08:00
peng-yongsheng b18df84d64 Service entry. 2018-01-07 20:37:08 +08:00
peng-yongsheng a09aee872b Application metric pyramid aggregate. 2018-01-07 20:32:00 +08:00
peng-yongsheng 0145361ad9 Instance metric pyramid aggregate. 2018-01-07 20:15:20 +08:00
peng-yongsheng f3fc91926e Service metric pyramid aggregate. 2018-01-07 20:00:30 +08:00
peng-yongsheng da89ea4d77 Application reference metric pyramid aggregate. 2018-01-07 19:18:22 +08:00
peng-yongsheng 801ea93651 Instance reference metric pyramid aggregate. 2018-01-07 18:32:43 +08:00
peng-yongsheng 9f2c8ac09a Service reference metric pyramid aggregate. 2018-01-07 18:03:03 +08:00
peng-yongsheng c4387a3efa refactor es persistence DAO. 2018-01-07 15:57:52 +08:00
peng-yongsheng 506c00b425 Change the aggregation and persistence worker’s generic type definition. 2018-01-07 11:35:44 +08:00
peng-yongsheng 0a4171b97f Define stream data. 2018-01-07 11:26:09 +08:00
peng-yongsheng 3f30e6dca2 Modify base worker modal’s generic type definition. 2018-01-07 11:25:33 +08:00
peng-yongsheng b5444e7ea2 Define the remote data interface. 2018-01-06 11:01:14 +08:00
YunaiV dde58ef004 Fix DataTTLKeeperTimer's startTimestamp and endTimestamp 2018-01-04 12:24:17 +08:00
peng-yongsheng 43151551ab Use DecimalFormat to replace DecimalFormat because of DecimalFormat will add a comma in formatted result when value greater than 1000. 2018-01-04 12:17:57 +08:00
peng-yongsheng 766971837b Add alarm config into application.yml. 2018-01-03 19:50:11 +08:00
peng-yongsheng f625cdd166 Alarm test ok. 2018-01-03 17:24:47 +08:00
peng-yongsheng ba0d00c7bc Application reference metric and application metric test ok. 2018-01-03 15:00:21 +08:00
peng-yongsheng ba06a68c7a Instance metric and instance reference metric test ok. 2018-01-03 14:55:35 +08:00
peng-yongsheng cee7c71516 Service metric test ok. 2018-01-03 14:50:58 +08:00
peng-yongsheng 6b20b3e30d Service reference metric test ok. 2018-01-03 14:40:59 +08:00
peng-yongsheng a9ae31df8d Create application, instance, network address when peer or network id register. 2018-01-03 13:26:25 +08:00
peng-yongsheng 7d73fba84d Network address register by http json and grpc. 2018-01-02 21:30:59 +08:00
peng-yongsheng 3b6c684310 Merge remote-tracking branch 'upstream/master' into feature/alarm 2018-01-02 19:46:06 +08:00
peng-yongsheng 279ccb2916 Network address register and cache. 2018-01-02 19:43:38 +08:00
wu-sheng 498e8a52cc Isolate NetworkAddressRegisterService from ApplicationRegisterService 2018-01-02 16:51:42 +08:00
peng-yongsheng 58aaaf2d51 Add instance mapping analysis to collect the relationship between instance and it’s ip:port. 2018-01-02 15:47:35 +08:00
peng-yongsheng 7a4154709b Rename the method in InstanceCacheService class from get to getApplicationId. 2018-01-02 10:26:23 +08:00
peng-yongsheng c15bfc71b8 Alarm persistence DAO for h2, not implement. 2018-01-01 20:58:33 +08:00
peng-yongsheng a073551041 Alarm persistence DAO for elastic search. 2018-01-01 20:39:01 +08:00
peng-yongsheng d88f460e34 Alarm table define for elastic search. 2018-01-01 18:56:21 +08:00
peng-yongsheng e4e09e7607 Change the generic of persistence DAO. 2018-01-01 18:34:24 +08:00
peng-yongsheng 50714fccef Collector startup success. 2018-01-01 18:26:29 +08:00
peng-yongsheng d2b4edd8d9 Compile success. 2018-01-01 18:17:03 +08:00
peng-yongsheng 97abe99bfd Application reference metric alarm. 2018-01-01 15:48:41 +08:00
peng-yongsheng a55a5f046e Instance reference metric alarm. 2018-01-01 15:34:15 +08:00
peng-yongsheng 5cab1e2715 Service reference metric alarm. 2018-01-01 15:18:08 +08:00
peng-yongsheng a17de070c1 Application metric alarm. 2018-01-01 14:45:44 +08:00
peng-yongsheng 82771cc60b Instance metric alarm. 2018-01-01 14:28:06 +08:00
peng-yongsheng 2d44d8a419 Service metric alarm. 2018-01-01 14:10:08 +08:00
peng-yongsheng 4a73a25623 Use listener factory to create new instance when create SegmentParser instance. Because of the listener is stateful. 2017-12-21 22:47:06 +08:00
peng-yongsheng c1bd835894 Merge remote-tracking branch 'upstream/master' into feature/redefine_module 2017-12-20 14:04:56 +08:00