This repository was archived by the owner on May 21, 2026. It is now read-only.
Commit b6dde25
committed
Add Prometheus support and expose actuator
Add Micrometer Prometheus registry to Gradle dependencies and enable Prometheus metrics export. Expose the prometheus actuator endpoint via management.endpoints.web.exposure.include and allow all /actuator/** requests in SecurityConfig so metrics can be scraped. Also add a MONITORING.md placeholder.1 parent 318ef05 commit b6dde25
4 files changed
Lines changed: 5 additions & 2 deletions
File tree
- src/main
- java/com/espacogeek/geek/config
- resources
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments