Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- defaultAdvisorAutoProxyCreator() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Now disabled by default, since dependency spring-boot-starter-aop was added in 1.76.
G
- getExcludedDatasources() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Returns a comma-separated list of data source names which should be excluded from monitoring.
- getInitParameters() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Returns a map of initialization parameters to be passed to the JavaMelody monitoring filter.
I
- isEnabled() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Returns if JavaMelody should be enabled within the application.
- isManagementEndpointMonitoringEnabled() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Returns if /monitoring should be enabled for reports in the management http port instead of on the application http port.
- isSpringMonitoringEnabled() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
If monitoring based on @RestController, @Controller, @Service, @Async, @Scheduled, @MonitoredWithSpring,
J
- JavaMelodyAutoConfiguration - Class in net.bull.javamelody
-
Spring Boot auto-configuration for JavaMelody.
- JavaMelodyAutoConfiguration() - Constructor for class net.bull.javamelody.JavaMelodyAutoConfiguration
- JavaMelodyConfigurationProperties - Class in net.bull.javamelody
-
Configuration properties for JavaMelody.
- JavaMelodyConfigurationProperties() - Constructor for class net.bull.javamelody.JavaMelodyConfigurationProperties
- javamelodyDisabled() - Method in class net.bull.javamelody.JavaMelodyDisabledAutoConfiguration
-
Executed when Spring has property javamelody.enabled=false
- JavaMelodyDisabledAutoConfiguration - Class in net.bull.javamelody
-
Spring Boot auto-configuration for disabled JavaMelody.
- JavaMelodyDisabledAutoConfiguration() - Constructor for class net.bull.javamelody.JavaMelodyDisabledAutoConfiguration
- javamelodySpringContext() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
M
- monitoringDataSourceBeanPostProcessor(String) - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of JDBC
DataSources - monitoringElasticsearchOperationsBeanPostProcessor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of ElasticsearchOperations beans.
- monitoringEndpoint(ServletContext) - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
When enabled, management endpoint for /monitoring reports on the management http port instead of the application http port.
- MonitoringEndpoint - Class in net.bull.javamelody
-
When enabled, management endpoint for /monitoring reports on the management http port instead of the application http port.
- MonitoringEndpoint(ServletContext) - Constructor for class net.bull.javamelody.MonitoringEndpoint
-
Constructor.
- monitoringFeignClientAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of Feign clients.
- monitoringFilter(JavaMelodyConfigurationProperties, ServletContext) - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Registers the JavaMelody
MonitoringFilter. - monitoringMongoDbFactoryBeanPostProcessor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of MongoDbFactory beans.
- monitoringRestTemplateBeanPostProcessor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of
RestTemplatebeans. - monitoringSessionListener(ServletContext) - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Registers the JavaMelody
SessionListener. - monitoringSpringAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans and methods having the
MonitoredWithSpringannotation. - monitoringSpringAsyncAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans or methods having the
Asyncannotation. - monitoringSpringControllerAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans having the
Controllerannotation. - monitoringSpringRestControllerAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans having the
RestControllerannotation. - monitoringSpringScheduledAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans methods having the
ScheduledorSchedulesannotations. - monitoringSpringServiceAdvisor() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Monitoring of beans having the
Serviceannotation.
N
- net.bull.javamelody - package net.bull.javamelody
P
- PREFIX - Static variable in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Prefix of properties names.
R
- REGISTRATION_BEAN_NAME - Static variable in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Name of the FilterRegistrationBean.
- report() - Method in class net.bull.javamelody.MonitoringEndpoint
-
Display a report page.
S
- schedulerFactoryBeanCustomizer() - Method in class net.bull.javamelody.JavaMelodyAutoConfiguration
-
Configure Spring's Schedulers for Quartz Scheduler
- setEnabled(boolean) - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Sets whether JavaMelody should be enabled within the application.
- setExcludedDatasources(String) - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Sets a comma-separated list of data source names which should be excluded from monitoring.
- setInitParameters(Map<String, String>) - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Sets a map of initialization parameters to be passed to the JavaMelody monitoring filter.
- setManagementEndpointMonitoringEnabled(boolean) - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
Sets whether /monitoring should be enabled for reports in the management http port instead of on the application http port.
- setSpringMonitoringEnabled(boolean) - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
-
If monitoring based on @RestController, @Controller, @Service, @Async, @Scheduled, @MonitoredWithSpring,
T
- toString() - Method in class net.bull.javamelody.JavaMelodyConfigurationProperties
All Classes and Interfaces|All Packages|Constant Field Values