Package com.vaadin.observability.micrometer.insights
package com.vaadin.observability.micrometer.insights
-
ClassDescriptionOne 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.Retains the detail of an error a browser reported, whichvaadin.client.errorscounts but cannot describe.Captures data provider queries worth surfacing: ones that threw, and ones slower than the UX budget.Turns captured interactions into insights, and renders the payload served at/actuator/vaadin/observability.Captures interesting client-to-server invocations asCapturedInteractions: failed ones (when error metrics are enabled) and ones slower than theUX budget(when request metrics are enabled).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.