-
Notifications
You must be signed in to change notification settings - Fork 589
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
CORE-7725 debug bundle metrics #23587
CORE-7725 debug bundle metrics #23587
Conversation
Signed-off-by: Michael Boquard <[email protected]>
2a9b305
to
9dd38fb
Compare
Force push
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55608#01924b8b-79dd-4050-bf1c-fbbe7328bc57 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55652#01924e2d-0f93-4712-8f4d-46574d1f3ab3 |
9dd38fb
to
247ab84
Compare
Force push
|
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.
LGTM, just one required change and some nits
Signed-off-by: Michael Boquard <[email protected]>
Signed-off-by: Michael Boquard <[email protected]>
Signed-off-by: Michael Boquard <[email protected]>
Signed-off-by: Michael Boquard <[email protected]>
Signed-off-by: Michael Boquard <[email protected]>
Signed-off-by: Michael Boquard <[email protected]>
247ab84
to
3d41dfc
Compare
Force push
|
new failures in https://buildkite.com/redpanda/redpanda/builds/55652#01924dd6-1b75-4169-858d-ecf49efcaf86:
|
Only failure: "rptest.tests.rpk_generate_test.RpkGenerateTest.test_generate_grafana" Looks like a PR is up (#23607) to fix this |
Added metrics to debug bundle service:
last_successful_bundle_timestamp_seconds
- timestamp in seconds since epoch of last successful debug bundle generationlast_failed_bundle_timestamp_seconds
- timestamp in seconds since epoch of last failed debug bundle generationsuccessful_generation_count
- count of successful generationsfailed_generation_count
- count of failed generationsBackports Required
Release Notes