1527 Commits
Author SHA1 Message Date
denz 63adf40d88 fix bug.
https://github.com/naver/pinpoint/issues/2860
2017-04-27 13:38:26 +09:00
denz 279768233c add response time chart( not response time summary chart ) to inspector.
change group node ui.
2017-04-27 13:38:26 +09:00
emeroadandkoo-taejin b0675dafae [#noissue] apply StringUtils.tokenizeToStringList & Charset 2017-04-25 17:52:26 +09:00
emeroad 36b1d437e0 [#noissue] cleanup charset 2017-04-25 13:18:52 +09:00
koo.taejin 1f14bf1eaa [#2828] Add responseTime metric collection
1. Implement the collector and web module code.
2. Add Test Codes
2017-04-21 15:39:24 +09:00
denz 5dbd173d06 update server-map realtime code for test. 2017-04-19 11:34:12 +09:00
denz f66da2246e update default agent event count. 2017-04-19 11:34:12 +09:00
koo.taejin ae9c2d7974 [#noissue] add option for servermap realtime 2017-04-19 10:15:19 +09:00
emeroad 43ee420b16 [#noissue] Apply CollectionUtils.isEmpty() & isNotEmpty() 2017-04-17 15:27:54 +09:00
emeroad e222de5bd4 [#2815] Apply StringUtils.isEmpty() & isNotEmpty() 2017-04-17 14:00:52 +09:00
emeroad 4250b89c32 [#2815] Apply StringUtils.isEmpty() & isNotEmpty() 2017-04-14 19:38:57 +09:00
HyunGil JeongandWoonduk Kang 1c4b3d304b [#2788] Bump required jdk version to 8 2017-04-14 18:02:13 +09:00
emeroad 0d80875cd4 [#2800] apply ArrayUtils.isEmpty() 2017-04-13 20:27:27 +09:00
koo.taejinandHyunGil Jeong c5161a1798 [#2793] Change ZOOKEEPER event registration method.
handling per event -> handling bulk
2017-04-13 16:13:05 +09:00
denz 8e15368c92 add count text on event mark in time-slider 2017-04-13 15:43:25 +09:00
denz b065ad445f support new timeline api. ( #2606 #2608 ) 2017-04-13 11:33:51 +09:00
denz 4c872733c0 support relaltive path. (https://github.com/naver/pinpoint/issues/1249)
do not modify js source for server-map icon when add node.
zoom in base current node when double click.
2017-04-13 11:33:51 +09:00
minwoo.jungandHyunGil Jeong bd966995c9 [#1058] cluster code refactoring 2017-04-13 11:22:19 +09:00
koo.taejin ce5b4109da [#2781] pinpoint 1.6.1 release
version change (1.6.1 -> 1.7.0-SNAPSHOT)
2017-04-12 16:09:20 +09:00
koo.taejin 2f2ace3a9d [#2781] pinpoint 1.6.1 release
version change (1.6.1-SNAPSHOT -> 1.6.1)
2017-04-12 15:18:56 +09:00
denz fe79ba85af change view-server layer data when change node selection and open view-server layer 2017-04-10 14:21:58 +09:00
denz 8883c8d977 update data-source chart option 2017-04-10 11:31:58 +09:00
koo.taejin 086ad4dff1 [#2767] 1.6.1-RC2 release
(1.6.1-RC2 -> 1.6.1-SNAPSHOT)
2017-04-04 15:23:05 +09:00
koo.taejin ecace411bd [#2767] 1.6.1-RC2 release
(1.6.1-SNAPSHOT -> 1.6.1-RC2)
2017-04-04 11:37:54 +09:00
denz 3123610d64 hide "Node Setting" context menu when there is no merge type. 2017-04-03 14:22:10 +09:00
denz 7fda313253 add 'isQueue' property to copy list 2017-04-03 13:36:00 +09:00
koo.taejin 4326081839 [#2496] Add datasource metric collection
1. Change to show the latest information (first  -> latest)
2017-03-29 15:31:20 +09:00
denz 11ca412d0b send pinpoint version to analytics service. 2017-03-27 17:30:35 +09:00
koo.taejin 4757d72eff [#noissue] added version field to configuration rest api result
added version field to configuration rest api result .
2017-03-27 17:14:52 +09:00
denz 428a9f6bd8 add clickable mark for thread-dump window. 2017-03-27 10:16:26 +09:00
denz 5526c52e01 remove new-window-mark because it break ui. 2017-03-24 17:37:10 +09:00
denz c5830362b3 add query parameter for thread-dump window reload 2017-03-17 09:08:43 +09:00
koo.taejin 44fd7c69a9 [#2708] 1.6.1-RC1 release
(1.6.1-RC1 -> 1.6.1-SNAPSHOT)
2017-03-16 16:16:28 +09:00
koo.taejin ec5ac8936a [#2708] 1.6.1-RC1 release
(1.6.1-SNAPSHOT -> 1.6.1-RC1)
(cherry picked from commit fee31af)
2017-03-16 15:29:13 +09:00
denz 672bb172d1 disable open transaction list page when there is no detail message. 2017-03-16 11:14:26 +09:00
denz 2b27690ea3 remove caching code for thread-detail-message 2017-03-15 17:06:35 +09:00
koo.taejin e2bbeac48c [#2496] Add datasource metric collection
1. Limits the number of decimal point for active avg and max avg
2017-03-15 16:02:59 +09:00
denz 6a39fc199f add mark for thread-dump feature 2017-03-15 16:00:36 +09:00
denz f05079fb11 bug fix.
- send wrong application name to thread-dump window when select different application with application of url
2017-03-15 14:31:56 +09:00
denz 3afd5be8f6 add resize:none style 2017-03-15 11:32:34 +09:00
koo.taejin 6b92f36221 [#noissue] update configuration 2017-03-15 11:01:42 +09:00
HyunGil Jeong 730d5d2154 [#2454] Add Resin group servermap icon 2017-03-14 17:48:37 +09:00
denz d3d4787a8f display wrong data to chart for agent in real-time-chart when invoke timeout 2017-03-14 17:23:03 +09:00
denz f0bb85ed85 Do not changed x-axis of load chart in server-list when change period. 2017-03-14 15:28:44 +09:00
denz e65f84d4c7 add data-source-chart file 2017-03-14 14:42:05 +09:00
HyunGil Jeongandkoo-taejin abda4160e0 [#2524] Refactor active trace module 2017-03-13 09:41:51 +09:00
denz a3bf2851e6 save encoded argument data and decode when open popover 2017-03-10 10:23:21 +09:00
denz ca5d1db88f remove popover feature temporary in argument field. 2017-03-09 14:56:45 +09:00
Jacarri Chanandkoo-taejin 7f5a54c5af add hbase Configuration about Root ZNode for HBase in ZooKeeper
Signed-off-by: Jacarri Chan <772929989@qq.com>
2017-03-09 10:20:00 +09:00
denz c66f2b2798 add parameter when open transaction-list window in thread-dump window.
update datasource help script.
2017-03-08 14:49:44 +09:00