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

Server version / metadata api #2390

Open
devinrsmith opened this issue May 17, 2022 · 1 comment
Open

Server version / metadata api #2390

devinrsmith opened this issue May 17, 2022 · 1 comment
Assignees
Labels
feature request New feature or request grpc
Milestone

Comments

@devinrsmith
Copy link
Member

It would be nice if the web UI could report on the server's version, or other metadata. Some of this metadata is available as labels on the docker images, but it should likely be part of the server gRPC api.

@devinrsmith devinrsmith added feature request New feature or request grpc labels May 17, 2022
@devinrsmith devinrsmith added this to the Backlog milestone May 17, 2022
@devinrsmith devinrsmith self-assigned this May 17, 2022
@jcferretti
Copy link
Member

I have a need for something similar from the python wrapping code for C++ using cython. We are borrowing heavily from the code pyarrow uses, and in their build process they capture a version string for inclusion in the packaged library. I discussed briefly with Devin the mechanism that they use, which pivots on git describe --tags. That won't work as is for us right now, given how we are currently doing release branching and tagging, but thinking around that could be part of a recipe here, so sharing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request grpc
Projects
None yet
Development

No branches or pull requests

2 participants