Interface | Description |
---|---|
CounterRequestMXBean |
MXBean which exposes
CounterRequestAggregation data via JMX. |
JavaMelodyLogger |
Interface commune aux 3 implémentations de Loggers JavaMelody.
|
Class | Description |
---|---|
CollectorServlet |
Servlet de collecte utilisée uniquement pour le serveur de collecte (
CollectorServer ) séparé de l'application monitorée. |
CounterRequestMXBean.CounterRequestAggregationData | |
CounterRequestMXBean.CounterRequestData | |
CounterRequestMXBean.CounterRequestMXBeanImpl | |
CustomResourceFilter |
Servlet filter to customize resources in html reports, such as css file.
|
JdbcDriver |
Driver jdbc "proxy" pour le monitoring.
|
JdbcWrapper |
Cette classe est utile pour construire des proxy de
DataSource s ou de Connection s jdbc. |
JpaPersistence |
Persistence provider pour monitorer JPA.
|
JpaWrapper |
Cette classe est utile pour construire des proxy pour JPA.
|
JsfActionListener |
ActionListener JSF RI (Mojarra) pour avoir les temps moyens des actions JSF. |
Log4J2Appender |
Appender pour les logs de log4j2, configuré automatiquement par
MonitoringFilter . |
Log4JAppender |
Appender pour les logs de log4j, configuré automatiquement par
MonitoringFilter . |
LogbackAppender |
Appender pour les logs de logback, configuré automatiquement par
MonitoringFilter . |
LoggingHandler |
Handler pour les logs de java.util.logging, configuré automatiquement par
MonitoringFilter . |
Main |
Launcher class for stand-alone execution of JavaMelody Monitoring as
java -jar javamelody.war.
|
MongoWrapper |
Cette classe est utile pour construire des proxy pour MongoDB.
|
MonitoredSpringAsyncAndScheduledPointcut |
Pointcut that identifies methods/classes with the
Async , Scheduled and Schedules annotation. |
MonitoredSpringControllerAndServicePointcut |
Pointcut that identifies methods/classes with the
Controller , RestController and Service annotations. |
MonitoredWithAnnotationPointcut |
Pointcut that identifies methods/classes with the
MonitoredWithSpring annotation. |
MonitoredWithInterfacePointcut |
Pointcut that identifies methods/classes with an interface.
|
MonitoringAsynchronousCdiInterceptor |
Intercepteur pour CDI & pour EJB 3.1 (Java EE 6+),
configuré automatiquement pour les beans et méthodes ayant l'annotation @
Asynchronous . |
MonitoringCdiInterceptor |
Intercepteur pour CDI & pour EJB 3.1 (Java EE 6+).
|
MonitoringFilter |
Filtre de servlet pour le monitoring.
|
MonitoringGuiceInterceptor |
Method interceptor that measures the duration of the intercepted call using Google Guice.
|
MonitoringGuiceModule |
Module Guice pour configurer l'intercepteur de monitoring utilisant l'annotation
MonitoredWithGuice , sur des classes et/ou sur des méthodes. |
MonitoringInitialContextFactory |
Expérimental: Factory d'InitialContext JNDI interposant des proxy du contexte,
des dataSources, des connexions et des statements jdbc en complément pour le
cas où le rebinding dans JNDI de JdbcWrapper.rebindDataSources ne fonctionne pas.
|
MonitoringInterceptor |
Intercepteur pour EJB 3 (Java EE 5+).
|
MonitoringProxy |
Proxy de monitoring pour tout façade ayant une interface.
|
MonitoringSpringAdvisor |
Advisor Spring dont l'advice est par défaut une instance de
MonitoringSpringInterceptor . |
MonitoringSpringInterceptor |
Method interceptor that measures the duration of the intercepted call.
|
MonitoringTargetInterceptor |
Intercepteur pour EJB 3, alternatif à
MonitoringInterceptor . |
PayloadNameRequestWrapper |
Simple Wrapper class to inspect payload for name.
|
PluginMonitoringFilter |
Abstract Filter of monitoring JavaMelody for Jenkins/JIRA/Bamboo/Confluence with emulated
SessionListener . |
PrometheusCounterRequestTag | |
PrometheusCustomTag | |
PrometheusMBeanTag | |
PrometheusStandardTag | |
ReportServlet |
Alternative report servlet.
|
SessionListener |
Listener de session http (
HttpSessionListener ) pour le monitoring. |
SpringContext |
Enregistrement du context Spring.
|
SpringDataSourceBeanPostProcessor |
Post-processor Spring pour une éventuelle
DataSource défini dans le fichier xml Spring. |
SpringDataSourceFactoryBean |
Spring
FactoryBean for wrapping datasources with monitoring proxy. |
SpringElasticsearchOperationsBeanPostProcessor |
Post-processor Spring pour une éventuelle interface
ElasticsearchOperations définie dans le fichier xml Spring. |
SpringMongoDbFactoryBeanPostProcessor |
Post-processor Spring pour une éventuelle
MongoDbFactory définie dans le fichier xml Spring. |
SpringRestTemplateBeanPostProcessor |
Post-processor Spring pour un éventuel
RestTemplate défini dans le fichier xml Spring. |
SpringRestTemplateInterceptor |
Interceptor for Spring
RestTemplate . |
Stopwatch |
Stopwatch to record execution times of a piece of code in the services statistics.
|
StrutsInterceptor |
Interceptor Struts 2
pour avoir les temps moyens des actions Struts.
|
Enum | Description |
---|---|
Parameter |
Liste des paramètres, tous optionnels.
|
PrometheusCustomTag.MetricType | |
PrometheusMBeanTag.MetricType |
Annotation Type | Description |
---|---|
Monitored |
Annotation to mark classes and/or methods that should be monitored by
MonitoringCdiInterceptor . |
MonitoredWithGuice |
Annotation to mark classes and/or methods that should be monitored.
|
MonitoredWithSpring |
Annotation to mark classes and/or methods that should be monitored by
MonitoringSpringInterceptor . |
Copyright © 2008–2019 Emeric Vernat. All rights reserved.