Package io.vertigo.core.analytics.trace
package io.vertigo.core.analytics.trace
-
ClassDescriptionAnnotation for the analytics Aspect.This interface defines a collect tracer.A trace is composed of spans A trace is trIggered by an app A span contains - when : start, end, duration - what : name, category - data : measures, tags - a list of child spans [when] - start timestamp - end timestamp [what] - category (examples : sql, tasks) - name (examples : /create/movies) [data] - measures - tags - metadatas [span hierarchy] - list of child spans (0..*)This builder allows to build a span in a fluent way.