Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Add metrics #158

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add metrics #158

wants to merge 13 commits into from

Commits on Jun 29, 2020

  1. Adds metrics package to expose proxy metrics

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5c2aa3c View commit details
    Browse the repository at this point in the history
  2. Adds metrics to tokenreview

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5661a3e View commit details
    Browse the repository at this point in the history
  3. Adds proxy to main proxy and it's handlers

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    92a2c19 View commit details
    Browse the repository at this point in the history
  4. Fix probe to allow proper shutdowns

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    25742fb View commit details
    Browse the repository at this point in the history
  5. Expose metrics listen address

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5fd47bd View commit details
    Browse the repository at this point in the history
  6. Adds Prometheus go vendor to mod

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ed444df View commit details
    Browse the repository at this point in the history
  7. Adds metrics task doc

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8a9acc5 View commit details
    Browse the repository at this point in the history
  8. Adds metrics deployment options to yaml + helm chart

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    539a941 View commit details
    Browse the repository at this point in the history
  9. Cleans up status code variables in handlers and use exponential metrics

    buckets for request duration
    
    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    da5e757 View commit details
    Browse the repository at this point in the history
  10. Fixes some spelling and grammar in docs and flags

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    38d2ace View commit details
    Browse the repository at this point in the history
  11. Adds the Prometheus scrape annotations if enabled on chart

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    cf0add4 View commit details
    Browse the repository at this point in the history
  12. Fix metrics exponential output

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f20288d View commit details
    Browse the repository at this point in the history
  13. Fix metrics exponential buckets

    Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
    JoshVanL committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    94f3579 View commit details
    Browse the repository at this point in the history