Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Add basic monitoring server to Mixer. #708

Merged
merged 2 commits into from
May 12, 2017

Commits on May 12, 2017

  1. Add basic monitoring server to Mixer.

    This PR establishes a server within Mixer for providing some basic
    monitoring and version information for debugging. This solution is
    meant ONLY to be a short term patch while we iterate on a more
    thorough and complete design for health and status reporting for Mixer
    as well as for self-monitoring of Istio components.
    
    It provides two basic endpoints:
    - `/metrics` which exposes data from the default collector for
    prometheus. This should include stats on number of goroutines and cpu
    usage, etc.
    - `version` which provides a quick way to get a snapshot of the version
    info for Mixer.
    douglas-reid committed May 12, 2017
    Configuration menu
    Copy the full SHA
    6a07176 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    douglas-reid committed May 12, 2017
    Configuration menu
    Copy the full SHA
    383786d View commit details
    Browse the repository at this point in the history