Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.glowroot.jetty12

Classes

class  GlowrootAuthUserMiddleware
 Middleware that sets the authenticated user on the Glowroot transaction. More...
class  GlowrootHealthExclusionMiddleware
 Middleware that suppresses Glowroot slow-transaction alerts for infrastructure paths such as health checks, readiness probes, and metrics. More...
class  GlowrootHttpMiddleware
 Middleware that instruments HTTP requests with Glowroot APM. More...
class  GlowrootJettyExtractors
 Factory of Jetty-specific HttpExchange extractor functions for use with GlowrootAuthUserMiddleware and GlowrootRequestIdMiddleware. More...
class  GlowrootJettyHandler
 Jetty-level Handler.Wrapper that provides comprehensive Glowroot APM instrumentation in a single handler, designed for use with dev.rafex.ether.http.jetty12.JettyMiddleware-based architectures. More...
class  GlowrootProbeReporter
 Bridge utilities that record Ether probe reports into Glowroot transaction attributes. More...
class  GlowrootRequestIdGenerator
 RequestIdGenerator bridge that records generated request IDs into Glowroot transaction attributes. More...
class  GlowrootRequestIdMiddleware
 Middleware that records a correlation request ID as a Glowroot attribute. More...
class  GlowrootSlowThresholdMiddleware
 Middleware that applies per-route slow-transaction thresholds in Glowroot. More...
class  GlowrootStatusCapturingMiddleware
 Middleware that captures the HTTP response status code into Glowroot. More...
class  GlowrootTimingRecorder
 TimingRecorder implementation that publishes timing samples into Glowroot transaction attributes. More...
class  GlowrootWebSocketEndpointWrapper
 Decorator that instruments a WebSocketEndpoint with Glowroot APM. More...
class  PathNormalizer
 Clase utilitaria para normalizar rutas de HTTP eliminando valores dinámicos (IDs, UUIDs, etc).
class  StatusCapturingHttpExchange
 Package-private HttpExchange decorator that intercepts all response methods to record the HTTP status code as a Glowroot transaction attribute.