Woonduk Kang
8d555c23a5
#377 support depth-limited search
...
-add testcase
-rename SearchRange-> SearchOption, SearchLevel->SearchDepth
2015-04-28 19:07:47 +09:00
Woonduk Kang
b64bcb2bfa
#377 support depth-limited search
2015-04-28 17:20:43 +09:00
denz
3a6272ebed
Add no-cache meta tag
2015-04-28 11:00:30 +09:00
denz
d7b1391642
Added property for sendUsage configuration
2015-04-24 16:54:50 +09:00
HyunGil Jeong
027c5ef622
added controller for serving user configuration.
2015-04-24 15:46:36 +09:00
Jongho Moon
b1969b153b
Created com.navercorp.pinpoint.common.trace package.
...
Renamed TypeProvider to TraceMetadataProvider.
2015-04-22 22:25:12 +09:00
denz
27ea51e9b4
Bug fix.
...
Bug occurs when you have the same applicationName node
2015-04-22 14:43:14 +09:00
denz
538fed37c2
Remove horizontal scrollbar
2015-04-22 11:02:41 +09:00
denz
367d992b81
Add icon group type
2015-04-21 17:05:58 +09:00
denzelsN
2f01031e11
Merge pull request #349 from denzelsN/master
...
Add url pattern hint popup
2015-04-21 11:26:49 +09:00
denz
7cdaaf3c55
Add url pattern hint popup
2015-04-20 17:46:23 +09:00
denzelsN
76441606ed
Merge pull request #347 from denzelsN/master
...
Add analytics events
2015-04-20 14:54:02 +09:00
denz
fdd06f4506
Add analytics events
2015-04-20 14:48:43 +09:00
Jongho Moon
96c27fcb33
Merge pull request #346 from lioolli/master
...
Extract CUBRID JDBC plugin
2015-04-17 18:34:55 +09:00
Jongho Moon
6005a4e16e
[ #327 ] Extract CUBRID JDBC plugin
2015-04-17 18:32:45 +09:00
denz
1ad4a4df71
For filteredMap Url + Change the serviceTypeCode for serviceTypeName of the URL
2015-04-16 14:54:54 +09:00
denz
ee1487aa31
Change the serviceTypeCode for serviceTypeName of the URL
2015-04-15 15:19:42 +09:00
denz
ebb41771bb
Merge branch 'master' of https://github.com/denzelsN/pinpoint
2015-04-15 14:40:16 +09:00
denz
4304c3f620
Merge remote-tracking branch 'upstream/master'
2015-04-15 14:37:42 +09:00
denz
330aacc14f
Additional conditions of the merging node.
...
Double click the node should expand upon.
2015-04-15 14:37:02 +09:00
hyungil.jeong
18c9bcfa51
added request mappings to support serviceTypeName parameters
2015-04-09 16:41:35 +09:00
Minwoo Jung
7285a02334
[ #234 ][ #143 ] add guide url in configuration file
2015-04-08 15:09:59 +09:00
Jaehong Kim
3c6452344c
Merge branch 'master' of https://github.com/naver/pinpoint into http-async
...
Conflicts:
bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/context/RecordableTrace.java
bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/context/StackOperation.java
bootstrap/src/test/java/com/navercorp/pinpoint/bootstrap/interceptor/MockTrace.java
profiler/src/main/java/com/navercorp/pinpoint/profiler/context/DefaultTrace.java
profiler/src/main/java/com/navercorp/pinpoint/profiler/context/DisableTrace.java
profiler/src/main/java/com/navercorp/pinpoint/profiler/context/MetricTrace.java
2015-04-07 11:57:24 +09:00
denzelsN
b2dce83342
Merge pull request #304 from denzelsN/master
...
modify some ui
2015-04-06 16:09:32 +09:00
denz
6d1f0e04f1
Move to associated "Distributed Call Flow" When you clicked request of "RPC Timeline"
2015-04-06 15:56:40 +09:00
denz
4d79df1a6f
Filtering the graph on the right automatically when you select a node group in the search results with the search word.
2015-04-06 10:48:53 +09:00
Jaehong Kim
fb3f1197aa
add web view
2015-04-03 11:08:16 +09:00
denz
b56d5d4277
Add various merging type besides "unknown"
...
minor UI change
2015-04-02 14:10:54 +09:00
Jaehong Kim
12ee80b9f8
add async trace
2015-04-01 16:18:34 +09:00
Minwoo Jung
501030e0b5
[ #143 ] button button position
2015-03-31 18:27:48 +09:00
Minwoo Jung
aa68368a9a
[ #143 ] Disabled log view link in distributed call flow
2015-03-31 15:48:19 +09:00
Minwoo Jung
1a471094e0
[ #134 ] Edit class check if it is possible modifing
2015-03-31 15:43:00 +09:00
denz
6f339a58ca
1. Add overview feature
...
2. Add Node search feature
3. The style of the linked node is changed when the node is selected.
2015-03-30 11:54:19 +09:00
Jaehong Kim
cfc44b9b7b
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-26 16:03:15 +09:00
HyunGil Jeong
bb8ee8cf6b
#254 fix exception when user node points to nodes with the same app name
...
An exception is thrown when drawing the server map in situations where
users call multiple nodes with the same application name (but different
service types). This was caused because it was not possible to have a
single user node pointing to more than 1 destination node.
The user nodes are uniquely identified by their destination node's
application name only and this resulted in only a single user node being
created when there were multiple nodes with the same application name.
This commit fixes the issue by taking the destination node's service
type into account when creating user nodes.
2015-03-26 11:54:22 +09:00
Jaehong Kim
ee7478f606
add api-tag annotation
2015-03-25 15:13:19 +09:00
Jaehong Kim
0caedcdfc7
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
...
Conflicts:
plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatPlugin.java
2015-03-25 14:42:55 +09:00
Jaehong Kim
88bacc36ed
#252 refactoring
2015-03-24 18:16:45 +09:00
Jaehong Kim
82976d860f
fix spen event annotation setup
2015-03-24 18:13:17 +09:00
Jaehong Kim
129cb128e4
add api-tag
2015-03-24 17:55:10 +09:00
Jaehong Kim
331b4317eb
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-20 14:50:21 +09:00
Minwoo Jung
e7c06d4a94
[ #134 ] edit code creating record class
2015-03-20 14:39:34 +09:00
Minwoo Jung
c97e66edce
[ #234 ] Add function to see log of application using pinpoint agent
2015-03-20 14:17:05 +09:00
Minwoo Jung
f9a2e64a0d
[ #143 ] try & situate button position.
2015-03-20 11:51:44 +09:00
Jaehong Kim
36a07222d6
add cacheable key & testcase
2015-03-19 11:26:46 +09:00
Jaehong Kim
917e9f1d6c
apply cache(ehcache) for api metadata
2015-03-18 18:12:57 +09:00
HyunGil Jeong
2a5f939f3c
[ #228 ] Decouple application type and span service type.
...
Every span/spanChunk is now created with an extra field holding
application service type. This field is then used exclusively for
drawing the server map.
Previously, the server map nodes/links were extrapolated from the
span/spanChunk's service type, and this made it impossible for the
application type to work independently from their span service type.
This change not only decouples the application type from their
span service type, but also allows an application to have
multiple services that create root spans.
To maintain backwards compatibility, traces that do not have an
application type will default to their original service type.
2015-03-17 10:27:07 +09:00
Jongho Moon
19ad8ebbd7
Deleted ide related files
2015-03-16 10:52:12 +09:00
Jaehong Kim
50913b9e63
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
2015-03-16 10:46:37 +09:00
Woonduk Kang
f616ced4b9
refactoring AnnotationKey
...
- remove singleton api
2015-03-13 18:18:54 +09:00