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 kubernetes apiserver metricset #7059

Merged
merged 15 commits into from
May 17, 2018
Merged

Commits on May 16, 2018

  1. Add Kubernetes API server metricset

    This component serves the Kubernetes API, used both internally by other
    components and externally to query/modify objects state (for instance by
    using kubectl)
    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a31af5b View commit details
    Browse the repository at this point in the history
  2. Add summary support to Prometheus helper

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    5776720 View commit details
    Browse the repository at this point in the history
  3. Add latency summary metrics

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    e439d37 View commit details
    Browse the repository at this point in the history
  4. Fix comments

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    4682e58 View commit details
    Browse the repository at this point in the history
  5. Add fields.yml

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    6f95ed6 View commit details
    Browse the repository at this point in the history
  6. Add config

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a026c60 View commit details
    Browse the repository at this point in the history
  7. Use histogram instead of summaries

    Summaries are not aggregatable, and, while we don't have support to
    display histograms I still prefer to keep them over summaries.
    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    09f3e9a View commit details
    Browse the repository at this point in the history
  8. Add dashboard

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a429995 View commit details
    Browse the repository at this point in the history
  9. Fix reference format

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    81a875e View commit details
    Browse the repository at this point in the history
  10. Add -update_expected flag

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    ffff3d5 View commit details
    Browse the repository at this point in the history
  11. Use MustAddMetricSet

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    0ecdd65 View commit details
    Browse the repository at this point in the history
  12. Update fields.go

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    06f8248 View commit details
    Browse the repository at this point in the history
  13. Add CHANGELOG

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    d270833 View commit details
    Browse the repository at this point in the history
  14. Move testing code to its own package

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    5a4a97a View commit details
    Browse the repository at this point in the history
  15. Convert to MetricsReporterV2

    Carlos Pérez-Aradros Herce committed May 16, 2018
    Configuration menu
    Copy the full SHA
    ffa4308 View commit details
    Browse the repository at this point in the history