Skip to content

Fix missing prometheus endpoint in actuator exposure config#1

Open
barunGambhir wants to merge 2 commits into
SahilJ10319:mainfrom
barunGambhir:cleanup/consolidate-actuator-config
Open

Fix missing prometheus endpoint in actuator exposure config#1
barunGambhir wants to merge 2 commits into
SahilJ10319:mainfrom
barunGambhir:cleanup/consolidate-actuator-config

Conversation

@barunGambhir

Copy link
Copy Markdown

Request: curl http://localhost:8080/actuator/prometheus

Before:
Response:{"timestamp":1773101352231,"path":"/actuator/prometheus","status":404,"error":"Not Found","requestId":"556b03c0-2"}

After:
200 OK, returns full Prometheus metrics export in plaintext format

gambhib added 2 commits March 9, 2026 17:04
Remove redundant management.endpoints.web.exposure.include and
management.endpoint.health.show-details declarations, merging Prometheus
settings into the single Actuator endpoints section. Add Maven wrapper
files to .gitignore.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant