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

[Metrics] Triton server should expose software version / build number as a prometheus metric #6320

Open
Kellel opened this issue Sep 18, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@Kellel
Copy link

Kellel commented Sep 18, 2023

Is your feature request related to a problem? Please describe.
Being able to check the current deployed versions of software ensures that updates are completed correctly

Describe the solution you'd like
version number baked into the binary on build
build_info metric exposed via prometheus that includes version/build_time/etc

Describe alternatives you've considered
It's possible to scrape the docker versions, but tags can be somewhat unreliable and can be changed

@oandreeva-nv oandreeva-nv added the enhancement New feature or request label Sep 19, 2023
@oandreeva-nv
Copy link
Contributor

Hi @Kellel , thanks for suggestion! I'll file a feature request for our team.

@ClifHouck
Copy link

Taking a look at this.

@ClifHouck
Copy link

I don't currently know how to get or expose build time so if someone can point me in the right direction I'd appreciate it.

@rmccorm4
Copy link
Contributor

rmccorm4 commented Feb 22, 2024

Hi @Kellel,

If you're just looking for the version of Triton that is currently running, is the server metadata endpoint sufficient?

$ curl -s localhost:8000/v2 | jq
{
  "name": "triton",
  "version": "2.42.0",
...
}

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

No branches or pull requests

4 participants