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

✨ Expose client-go metrics #233

Merged

Commits on Jan 10, 2019

  1. Expose client-go metrics

    This exposes the client-go metrics (client, workqueue, reflector)
    metrics in the controller-runtime registry.
    DirectXMan12 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    05643fc View commit details
    Browse the repository at this point in the history
  2. 🏃 Mark pending tests as pending

    This marks tests that have a "// TODO: write this" or similar as pending
    tests, so that we can keep track of them.
    DirectXMan12 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b3610e8 View commit details
    Browse the repository at this point in the history
  3. ⚠️ Remove duplicate QueueLength metric

    The QueueLength metric is now a duplicate of the workqueue "depth"
    metric, so it's no longer needed.
    DirectXMan12 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ed6a18c View commit details
    Browse the repository at this point in the history