Skip to content

Commit

Permalink
Merge pull request #1206 from gdams/metrics
Browse files Browse the repository at this point in the history
Expose Prometheus metrics for user pods in AKS
  • Loading branch information
karianna authored Oct 14, 2024
2 parents 28e15e4 + a945ad8 commit ea591b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adoptium-frontend-parent/adoptium-api-v3-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions adoptium-updater-parent/adoptium-api-v3-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down

0 comments on commit ea591b2

Please sign in to comment.