-
Notifications
You must be signed in to change notification settings - Fork 95
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
Prometheus metrics endpoint #363
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a83a4a - Browse repository at this point
Copy the full SHA 7a83a4aView commit details -
feat(conf): agent metrics>enabled parameter
This is a boolean parameter to control if metrics feature and integration with Prometheus (or compatible) is enabled on the agent. This is disabled by default.
Configuration menu - View commit details
-
Copy full SHA for 955b7b1 - Browse repository at this point
Copy the full SHA 955b7b1View commit details -
feat(agent): /metrics endpoint
Add optional /metrics endpoint with various Slurm metrics in OpenMetrics format designed to be scraped by Prometheus or compatible. fix #274
Configuration menu - View commit details
-
Copy full SHA for 93ed234 - Browse repository at this point
Copy the full SHA 93ed234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd57c4 - Browse repository at this point
Copy the full SHA 1bd57c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84cc91 - Browse repository at this point
Copy the full SHA d84cc91View commit details -
feat(agent): client ip filtering on metrics
Add IP address of client filter mechanism in metrics endpoint.
Configuration menu - View commit details
-
Copy full SHA for 3493432 - Browse repository at this point
Copy the full SHA 3493432View commit details -
chore(pkg): bump RFL.settings requirement v1.1.1
This new version has a fix required to load ip and network default values.
Configuration menu - View commit details
-
Copy full SHA for d449c2c - Browse repository at this point
Copy the full SHA d449c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f81c948 - Browse repository at this point
Copy the full SHA f81c948View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14edbd - Browse repository at this point
Copy the full SHA e14edbdView commit details -
docs: cover metrics export feature
- Add metrics export configuration documentation. - Mention metrics export optional feature in quickstart guide. - Mention metrics export feature in overview page. - Mention possible Prometheus integration in architecture page.
Configuration menu - View commit details
-
Copy full SHA for ba21b34 - Browse repository at this point
Copy the full SHA ba21b34View commit details