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

experiment: standardize on prometheus for metrics #4247

Closed
wants to merge 1 commit into from
Closed

experiment: standardize on prometheus for metrics #4247

wants to merge 1 commit into from

Commits on Sep 13, 2019

  1. metrics: start prototyping prometheus as single emitter

    This is an experiment to try to validate how good/bad would it be to
    have **ONLY** prometheus as the metric emitter that we use.
    
    it removes some, adds more context to others, and also introduces
    `worker` as a metrics provider.
    
    e.g.:
    
    - builds_started: removed as I'm sure the value from `builds` is already
      good enough
    
    - builds: add `team`, `pipeline`, and `job`.
    
    - scheduling_load & scheduling_job: we don't even have them in
      dashboards right now ¯\_(ツ)_/¯
    
    Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
    Ciro S. Costa committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7a34bfb View commit details
    Browse the repository at this point in the history