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

etcd3: include GroupResource in logs/metrics #112042

Merged
merged 1 commit into from Aug 26, 2022

Commits on Aug 25, 2022

  1. etcd3: include GroupResource in logs/metrics

    Use GroupResource instead of object reflection when recording the
    following metrics:
    
    - etcd_request_duration_seconds
    - etcd_bookmark_counts
    
    Add GroupResource to logs and traces where only reflection-based typing
    was previously used.
    
    Both of these changes allow us to disginguish between different CRDs,
    all of which are represented as *unstructured.Unstructured.
    
    Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
    ncdc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    305fa2a View commit details
    Browse the repository at this point in the history