← All dashboards

Tomcat

Tomcat Dashboard (Micrometer.io)

Tomcat dashboard will display the metrics from micrometer. You can setup the application name and the region in your Spring Boot app with the config:

@Bean
MeterRegistryCustomizer<MeterRegistry> metricsCommonTags() {
    return registry -> registry.config()
            .commonTags(
                    "application", applicationName,
                    "region", regionName);
}

The application name and region can be provided in your application.properties or environment variables.

The thread alert threshold is set to 170 threads. The default value for tomcat_threads_config_max is 200.

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 993