-
Notifications
You must be signed in to change notification settings - Fork 103
Simple prometheus exporter #899
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
uses the data available data from `wwctl node status` Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
Signed-off-by: Christian Goll <cgoll@suse.com>
a953fed
to
9e038de
Compare
Signed-off-by: Christian Goll <cgoll@suse.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mslacken can you rebase this on main?
In anticipation of the upcoming v4.6.0 release, I am reviewing open PRs that are not currently associated with a release milestone. If you would like to pursue having this PR merged, plrease rebase it to current main, which is expected to largely match the v4.6.0 release. At that point, it can be reviewed for incorporation into an upcoming v4.6.x release. |
Added a simple Prometheus exporter which uses the
data from
wwctl node status
Additionally to that the container sizes are exported.
This PR is based #859 and can be merged afterwards.