We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metrics
When generating Helidon SE project with a starter: https://helidon.io/starter/4.0.0?step=9&app-type=custom&extra=cors&metrics=true
Readme generates:
# Prometheus Format curl -s -X GET http://localhost:8080/metrics # TYPE base:gc_g1_young_generation_count gauge . . . # JSON Format curl -H 'Accept: application/json' -X GET http://localhost:8080/metrics {"base":... . . .
Should be `http://localhost:8080/observe/metrics
The text was updated successfully, but these errors were encountered:
I've reproduced with the latest in main using the SE quickstart.
main
Sorry, something went wrong.
tvallin
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
When generating Helidon SE project with a starter: https://helidon.io/starter/4.0.0?step=9&app-type=custom&extra=cors&metrics=true
Readme generates:
Should be `http://localhost:8080/observe/metrics
The text was updated successfully, but these errors were encountered: