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

util: Remove deprecated grpc metrics code #4225

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Commits on Nov 2, 2023

  1. util: remove deprecated grpc metrics

    This commit removes the deprecated
    grpc related code from cephcsi.
    
    fixes: ceph#4122
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ae4050f View commit details
    Browse the repository at this point in the history
  2. util: rearrange struct to fix lint

    re-arrange the struct members to
    fix below lint issue
    
    ```
    struct of size 336 bytes could be of size 328 bytes
    ```
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1a4d4c5 View commit details
    Browse the repository at this point in the history