This repository was archived by the owner on May 21, 2026. It is now read-only.
Commit a3f65ba
committed
Correct Prometheus property key
Fix the Prometheus metrics property name in application.properties: changed "management.metrics.export.prometheus.enabled" to "management.prometheus.metrics.export.enabled" so the Prometheus exporter is enabled correctly under the expected property path (src/main/resources/application.properties).1 parent f599513 commit a3f65ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments