-
Notifications
You must be signed in to change notification settings - Fork 27
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
Display Prometheus metrics on director's Web UI #370
Comments
Bump to 7.5 as this ticket is unassigned as of 1/3/2024 |
@bbockelm Would you prefer director admins to use Grafana for visualization or we should build some graphs in-house? |
@haoming29 Any idea what prometheus metrics to make available? |
@bbockelm any word of wisdom? I could think of the following: |
I would suggest:
|
@haoming29 How can I find the final two data points? Can't find anything here -> https://osdf-director.osg-htc.org/metrics |
@haoming29 Any thoughts on where I can find the final two data points?
|
|
@haoming29 I cannot see these stats on the metrics page for the director? https://osdf-director.osg-htc.org/metrics Any insights? |
They are not director's metric but the director scrapes these metrics from the origins and caches. You can run PromQL to get the data: https://osdf-director.osg-htc.org/api/v1.0/prometheus/query?query=xrootd_server_bytes{job=%22origin_cache_servers%22} |
@haoming29 Oh cool, thanks for the explanation. I never considered that it would/could scrape other metric endpoints. |
Pulling the milestone off because the completion of this depends on Patricks completion of the interface. |
@CannonLock - what's the latest update on this one? Are we making any progress? |
@bbockelm PR linked, pulled in with Origin as they share context components. |
Based on our talk with Pelican integration team on 11/10/2023. It would be great for the integration team to better debug/monitor Pelican ITB if we can display critical information in our pelican federation which in this case should be the director's Web UI. So we want to include the metrics we currently measure on the director's Web UI:
This should be the follow-up issue of #265
@bbockelm Put this as 7.4 milestone but we might want them be ready by 7.3 depending on how integration tests will go
The text was updated successfully, but these errors were encountered: