Skip to content

Commit

Permalink
added observability profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Dec 6, 2023
1 parent dd31788 commit d6a1011
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-observability.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
management:
endpoints:
web:
exposure:
include: health,info,prometheus
1 change: 1 addition & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spring:
include:
- kafka
- db
- observability
logging:
level:
root: INFO
Expand Down

0 comments on commit d6a1011

Please sign in to comment.