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

Remove unwanted value recorded. #5555

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Remove unwanted value recorded. #5555

merged 1 commit into from
Mar 16, 2021

Conversation

tejal29
Copy link
Contributor

@tejal29 tejal29 commented Mar 16, 2021

While doing Code walks, @IsaacPD mentioned, both "flag_value" and "value" are duplicates and used for recording flag value

			label.String("flag_value", v),
			label.String("command", meter.Command),
			label.String("value", v),

Removing "value" in favor of the other.

While doing Code walks, @IsaacPD mentioned,  both "flag_value" and "value" are duplicates and used for recording flag value 
```
			label.String("flag_value", v),
			label.String("command", meter.Command),
			label.String("value", v),
```

Removing "value" in favor of the other.
@tejal29 tejal29 requested a review from a team as a code owner March 16, 2021 19:24
@google-cla google-cla bot added the cla: yes label Mar 16, 2021
@tejal29 tejal29 added this to the v1.21.0 milestone Mar 16, 2021
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #5555 (9b0617b) into master (f019e41) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5555      +/-   ##
==========================================
+ Coverage   71.26%   71.27%   +0.01%     
==========================================
  Files         400      400              
  Lines       14976    14975       -1     
==========================================
+ Hits        10672    10674       +2     
+ Misses       3514     3513       -1     
+ Partials      790      788       -2     
Impacted Files Coverage Δ
pkg/skaffold/instrumentation/export.go 77.27% <ø> (-0.18%) ⬇️
pkg/skaffold/docker/image.go 79.53% <0.00%> (+1.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f019e41...9b0617b. Read the comment docs.

@tejal29
Copy link
Contributor Author

tejal29 commented Mar 16, 2021

ignoring the checks as the branch was created from master using Github UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants