Skip to content

Commit

Permalink
Merge branch 'be-dev' into feature/#745
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee authored Oct 17, 2024
2 parents 6c6b81b + 6121e52 commit 098b6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {

runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'

implementation 'software.amazon.awssdk:s3:2.25.27'

Expand Down
3 changes: 2 additions & 1 deletion server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ management:
endpoints:
web:
exposure:
include: health, metrics, logfile
include: health, metrics, logfile, prometheus

endpoint:
prometheus:
enabled: true
Expand Down

0 comments on commit 098b6fd

Please sign in to comment.