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

Add kube_apiserver.etcd.db.total_size metric #10569

Merged
merged 2 commits into from
Nov 9, 2021

Commits on Nov 8, 2021

  1. feat: add kube_apiserver.etcd.db.total_size metric

    the `kube_apiserver.etcd.db.total_size` metric is a gauge representing
    the total size of the etcd database file physically allocated in bytes.
    
    Refs: #10472
    clamoriniere committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    973cb59 View commit details
    Browse the repository at this point in the history
  2. fix: adresse the check() linter warning

    check warning: The instance argument in the `check()` function is
    going to be deprecated in Agent 6. Please use `self.instance` instead.
    clamoriniere committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    895dc5a View commit details
    Browse the repository at this point in the history