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

Add /info URL to provide information about server application #5605

Open
dwywdo opened this issue Apr 13, 2024 · 2 comments · May be fixed by #5626
Open

Add /info URL to provide information about server application #5605

dwywdo opened this issue Apr 13, 2024 · 2 comments · May be fixed by #5626
Labels
new feature sprint Issues for OSS Sprint participants

Comments

@dwywdo
Copy link

dwywdo commented Apr 13, 2024

There's ManagementService to provide functionality for thread & heap dump via /jvm/threaddump and /jvm/heapdump

How about providing information about deployed Armeria version, as well as service application's version such as below?

{
  "app" : {
    "version" : "1.0.0",
    "description" : "..",
    "name" : "short name"
  },
  "armeria": {
     "version": ...
     "commit": ...
   }

app information could be configured by adding method such as setAppInfo in ServerBuilder so that user can pass required information that can be queried via /info URL

@dwywdo dwywdo changed the title Add /info URL to provide information about server Add /info URL to provide information about server application Apr 13, 2024
@Leewongi0731
Copy link
Contributor

Could I take this issue??

@dwywdo
Copy link
Author

dwywdo commented Apr 21, 2024

Sorry actually I'm working on this now 😅

@ikhoon ikhoon added new feature sprint Issues for OSS Sprint participants labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature sprint Issues for OSS Sprint participants
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants