Uses of Package
com.vaadin.observability.micrometer.insights
Packages that use com.vaadin.observability.micrometer.insights
Package
Description
-
Classes in com.vaadin.observability.micrometer.insights used by com.vaadin.observability.micrometerClassDescriptionBounded in-memory ring buffer of errors reported by browsers.Bounded in-memory ring buffer of captured interactions.Bounded in-memory ring buffer of captured data provider queries.
-
Classes in com.vaadin.observability.micrometer.insights used by com.vaadin.observability.micrometer.clientClassDescriptionRetains the detail of an error a browser reported, which
vaadin.client.errorscounts but cannot describe. -
Classes in com.vaadin.observability.micrometer.insights used by com.vaadin.observability.micrometer.insightsClassDescriptionOne error raised in a browser, with the detail
vaadin.client.errorscannot carry.One captured user interaction worth surfacing as an insight, with everything needed to backtrack and replicate it: which route, which component, which user action, how long it took, and, for failures, which exception and where in application code it blew up.One captured data provider query worth surfacing as an insight: which component asked for data, on which route, how much it asked for, how much came back, and how long it took.Bounded in-memory ring buffer of errors reported by browsers.Bounded in-memory ring buffer of captured interactions.Bounded in-memory ring buffer of captured data provider queries.