Uses of Package
io.vertigo.core.analytics.trace
Packages that use io.vertigo.core.analytics.trace
Package
Description
-
Classes in io.vertigo.core.analytics.trace used by io.vertigo.core.analyticsClassDescriptionThis 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..*)
-
Classes in io.vertigo.core.analytics.trace used by io.vertigo.core.analytics.traceClassDescriptionThis 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.
-
Classes in io.vertigo.core.analytics.trace used by io.vertigo.core.impl.analyticsClassDescriptionThis 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..*)
-
Classes in io.vertigo.core.analytics.trace used by io.vertigo.core.impl.analytics.traceClassDescriptionAnnotation 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..*)
-
Classes in io.vertigo.core.analytics.trace used by io.vertigo.core.plugins.analytics.logClassDescriptionA 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..*)