Skip to content

Commit dfa6e04

Browse files
authored
Create readme.md
1 parent 019a630 commit dfa6e04

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

spring-boot-actuator/readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Working with Spring Boot Actuators
2+
3+
The Spring Boot Actuator provides several endpoints in your application through which you can view the internals of your running application.
4+
5+
Through the Actuator, you can find out how beans are wired together in the Spring application context, determine what environment properties are available to your application, and get a snapshot of runtime metrics.
6+
7+
Spring Boot includes several built-in endpoints and lets you add your custom actuator endpoints.
8+
9+
Read [the full tutorial here](https://stacktips.com/articles/working-with-spring-boot-actuators)
10+
11+
### Related topics:
12+
13+
* [#spring-boot](https://stacktips.com/topics/spring-boot)
14+
* [#android](https://stacktips.com/topics/android)
15+
* [#java](https://stacktips.com/topics/java)
16+
* [#python](https://stacktips.com/topics/python)
17+
* [#spring](https://stacktips.com/topics/spring)
18+
* [#design-pattern](https://stacktips.com/topics/design-pattern)
19+
* [#git](https://stacktips.com/topics/git)
20+
* [#maven](https://stacktips.com/topics/maven)

0 commit comments

Comments
 (0)