Class TracingService

  • All Implemented Interfaces:
    EventingService

    @Priority(0)
    public class TracingService
    extends Object
    implements EventingService
    Listening for event and create traces from it FIXME: currently, this places the work of all fetchers inside an operation (execution) under the same parent, which is the execution itself. It would be cool to define some reasonable hierarchy between fetchers, so for example, when evaluating a source method requires evaluating another source method, the second one would be a child of the first one.
    Author:
    Jan Martiska ([email protected]), Phillip Kruger ([email protected])