Files
pinpoint/commons
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
..
2015-02-10 14:21:36 +09:00
2014-08-27 17:51:15 +09:00