Skip to content
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: allow multiple --type flags for metrics commands #649

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

phm07
Copy link
Contributor

@phm07 phm07 commented Dec 19, 2023

Closes #642

@phm07 phm07 added the bug label Dec 19, 2023
@phm07 phm07 self-assigned this Dec 19, 2023
@phm07 phm07 requested a review from a team as a code owner December 19, 2023 08:46
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (238b7f7) 46.27% compared to head (85ecbf3) 46.23%.

Files Patch % Lines
internal/cmd/server/metrics.go 0.00% 11 Missing ⚠️
internal/cmd/loadbalancer/metrics.go 72.72% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #649      +/-   ##
==========================================
- Coverage   46.27%   46.23%   -0.04%     
==========================================
  Files         171      171              
  Lines        7456     7468      +12     
==========================================
+ Hits         3450     3453       +3     
- Misses       3583     3591       +8     
- Partials      423      424       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jooola jooola changed the title fix: Allow multiple --type flags for metrics commands fix: allow multiple --type flags for metrics commands Dec 19, 2023
@phm07 phm07 merged commit 69346f7 into main Dec 19, 2023
3 checks passed
@phm07 phm07 deleted the fix-metrics-types branch December 19, 2023 09:08
This was referenced Dec 19, 2023
jooola pushed a commit that referenced this pull request Dec 21, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.41.1](v1.41.0...v1.41.1)
(2023-12-21)


### Bug Fixes

* allow multiple --type flags for metrics commands
([#649](#649))
([69346f7](69346f7)),
closes [#642](#642)
* integer fields are displayed as floats when using create with o=yaml
([#651](#651))
([2d42fcd](2d42fcd))
* integer fields are displayed as floats when using describe with
-o=yaml ([#650](#650))
([ee4c51e](ee4c51e)),
closes [#638](#638)
* wording when metrics are not yet available
([#639](#639))
([9298c46](9298c46))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: Allow multiple --type flags for metrics commands
2 participants