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 fs-error label #2382

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Remove fs-error label #2382

merged 1 commit into from
Aug 23, 2024

Conversation

kislaykishore
Copy link
Collaborator

@kislaykishore kislaykishore commented Aug 22, 2024

fs-error has a high cardinality and will not be supported by GCM. So, either we can drop it in gcsfuse or gcs-fuse-csi-driver will have to make changes to drop the label. fs-error is likely not needed since we already are classifying the most frequent errors into a new label called fs-err-category and the other errors are being classified into appropriate buckets. Moreover, we'd continue to have logs if we need to get more details about an (infrequent) error. So, we can remove fs-error label.

Description

image

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA

fs-error has a high cardinality and will not be supported by GCM.
So, either we can drop it in gcsfuse or gcs-fuse-csi-driver will have to make
changes to drop the label. fs-error is likely not needed since we
already are classifying the most frequent errors into a new label called
fs-err-category and the other errors are being classified into
appropriate buckets. Moreover, we'd continue to have logs if we need to
get more details about an (infrequent) error. So, we can remove fs-error
label.
@kislaykishore kislaykishore requested a review from a team as a code owner August 22, 2024 07:53
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.09%. Comparing base (848d75a) to head (81e6222).
Report is 8 commits behind head on master.

Files Patch % Lines
internal/fs/wrappers/monitoring.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2382   +/-   ##
=======================================
  Coverage   79.09%   79.09%           
=======================================
  Files         105      105           
  Lines       11574    11574           
=======================================
  Hits         9155     9155           
  Misses       1956     1956           
  Partials      463      463           
Flag Coverage Δ
unittests 79.09% <75.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sethiay sethiay self-requested a review August 23, 2024 06:44
@kislaykishore kislaykishore merged commit f235e75 into master Aug 23, 2024
12 of 14 checks passed
@kislaykishore kislaykishore deleted the remove-fs-err branch August 23, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants