springboot2
This module will monitor one or more Java Spring-boot 2 applications depending on configuration.
Netdata can be used to monitor running Java Spring Boot 2 applications
that expose their metrics with the use of the Spring Boot Actuator
included in Spring Boot library.
Configuration
The Spring Boot Actuator exposes these metrics over HTTP and is very easy to use:
- add
org.springframework.boot:spring-boot-starter-actuator
and io.micrometer:micrometer-registry-prometheus
to your application dependencies
- set
management.endpoints.web.exposure.include=*
in your application.properties
Please refer Spring Boot Actuator: Production-ready features
and 81. Actuator - Part IX. ‘How-to’ guides
for more information.
Charts
Usage
The springboot module is enabled by default. It looks up http://localhost:8080/actuator/prometheus
and http://127.0.0.1:8080/actuator/prometheus
to detect Spring Boot application by default.
You can change it by editing /etc/netdata/go.d/springboot2.conf
(to edit it on your system run /etc/netdata/edit-config go.d/springboot2.conf
).
Please check springboot2.conf for more examples.