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 OpenCensus controller metrics #368

Closed
wants to merge 3 commits into from

Commits on Mar 21, 2019

  1. ✨ Add OpenCensus controller metrics

    The metrics have the same format as the Prometheus metrics.
    
    Prometheus metrics are still collected and available using the
    previous metrics server configuration, so existing users of Prometheus
    metrics should continue working.
    
    No OpenCensus exporter is configured, but default views are provided.
    
    The client-go metrics are not yet hooked up to OpenCensus.
    grantr committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    97e23c2 View commit details
    Browse the repository at this point in the history
  2. Refactor default views

    Default views are now an array metrics.DefaultViews that can be
    registered and unregistered by the user.
    
    They now have the same names as the Prometheus metrics.
    grantr committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    ecd5c1c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Run goimports

    grantr committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    a69edb1 View commit details
    Browse the repository at this point in the history