-
Notifications
You must be signed in to change notification settings - Fork 108
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
fix: quick metrics setup in kind with prometheus #1897
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #1897 +/- ##
========================================
Coverage 91.92% 91.93%
========================================
Files 154 153 -1
Lines 26584 26434 -150
========================================
- Hits 24438 24301 -137
+ Misses 1586 1575 -11
+ Partials 560 558 -2 see 13 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Also can this be added as a nightly test? |
576e29c
to
b62f1b8
Compare
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.
This looks good from my side.
Signed-off-by: Alexei Dodon <[email protected]>
b62f1b8
to
7dae950
Compare
I will add a new CI workflow to address this. |
Let's track this in #1930 |
What type of PR is this?
bug
Which issue does this PR fix:
What does this PR do / Why do we need it:
We have a script in examples/metrics to quickly setup a kind cluster with prometheus support.
That can be used together with a running grafana instance to quickly display some graphs.
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.