Skip to content

Commit

Permalink
Merge pull request #8 from OSGP/feature/FDP-94
Browse files Browse the repository at this point in the history
FDP-94: Expose Health endpoint
  • Loading branch information
jasperkamerling authored Nov 27, 2023
2 parents e53e543 + ef035a4 commit 6515252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies {
implementation("org.springframework.kafka:spring-kafka")
implementation("com.gxf.utilities:kafka-azure-oauth:0.2")
implementation("com.microsoft.azure:msal4j:1.13.10")
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.apache.httpcomponents:httpclient:4.5.13") {
exclude("commons-logging")
}
implementation(kotlin("reflect"))
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")

Expand Down
2 changes: 1 addition & 1 deletion application/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ management:
endpoints:
web:
exposure:
include: prometheus
include: prometheus,health

spring:
kafka:
Expand Down

0 comments on commit 6515252

Please sign in to comment.