-
Notifications
You must be signed in to change notification settings - Fork 6k
feat: add name and labels in cluster metrics (#17870) #18453
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #18453 +/- ##
==========================================
- Coverage 55.51% 55.51% -0.01%
==========================================
Files 339 339
Lines 57273 57346 +73
==========================================
+ Hits 31797 31837 +40
- Misses 22790 22820 +30
- Partials 2686 2689 +3 ☔ View full report in Codecov by Sentry. |
This will be great. Any idea about what is pending and when can this be merged? |
hi @aliazlan-t, |
@rumstead, I updated the metrics according to the comment of @agaudreault |
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.
Changes for the name lgtm 👍 However, I think the labels should be in a new metric.
Hi guys, this is an awesome feature, there is any date on mind when this is becoming live? |
3ee65bd
to
4c36213
Compare
Hi @agaudreault @rumstead @reggie-k |
ef48123
to
a8e2c87
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.
can you fix the failing CI checks?
@nitishfy could you please help me with the e2e failing tests I'm not sure it's due to my changes ? thank you ---edit I rebased my branch, all tests are success |
Signed-off-by: flbla <flbla@users.noreply.github.com>
Signed-off-by: flbla <flbla@users.noreply.github.com>
Signed-off-by: flbla <flbla@users.noreply.github.com>
@flbla I will push some update for the review directly on the PR. I think we can merge faster this way than avoiding another full review loop. Good refactor since my last review 💯 |
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
@flbla it would seem like you created a PR from your fork master branch directly which prevent me from pushing modifications. Can you add me as a contributor in your fork/branch protection, or merge the PR on your fork? The github setting "Maintainers are allowed to edit this pull request." wont work for master branch. |
refactor: use ArgoDB lister instead
@agaudreault, okay, thank you |
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 - thanks for making your first contribution!
EDIT: seems odd the linter is picking up unchanged files? Maybe a retrigger would help based on this comment in golangci?
…oj#18453) Signed-off-by: flbla <flbla@users.noreply.github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
…oj#18453) Signed-off-by: flbla <flbla@users.noreply.github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Closes #17870
Checklist:
#18452 #17870 #9731