Skip to content
New issue

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

Wrong metrics endpoint when generation Helidon SE project with starter #8015

Closed
dalexandrov opened this issue Nov 16, 2023 · 1 comment · Fixed by #8020
Closed

Wrong metrics endpoint when generation Helidon SE project with starter #8015

dalexandrov opened this issue Nov 16, 2023 · 1 comment · Fixed by #8020
Assignees
Labels
4.x Version 4.x archetypes bug Something isn't working
Milestone

Comments

@dalexandrov
Copy link
Contributor

Environment Details

  • Helidon Version: 4.0.0
  • Helidon SE
  • JDK version: 21
  • OS: OSX

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:

# 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

@dalexandrov dalexandrov added the bug Something isn't working label Nov 16, 2023
@barchetta
Copy link
Member

I've reproduced with the latest in main using the SE quickstart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x archetypes bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants