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 stream upstream, stream server zones metrics support #7

Merged
merged 9 commits into from
Sep 4, 2018

Commits on Aug 27, 2018

  1. Add stream upstream/server zone metrics support

    * Added support for stream upstream metrics
    * Added support for stream server zone metrics
    * Added stream server zone to nginx.conf for testing purposes
    * Extended GetStats to include stream metrics
    * Added integration test to validate that stream metrics are returned
    Dean-Coakley committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3955897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c34234 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    2b059ca View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Handle missing stream block

    isaac committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6adc4f1 View commit details
    Browse the repository at this point in the history
  2. Add stream healthcheck test

    isaac committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    06d8dbe View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Add sleep to wait for health checks to pass

    - Improve test error clarity
    isaac committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    2745a45 View commit details
    Browse the repository at this point in the history
  2. Simplify internal error handling

    - Add internalError.Wrap for preserving context
    isaac committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    1ae242a View commit details
    Browse the repository at this point in the history
  3. Fix copy/paste typos

    - Fix StatusOK vs StatusCreated copy/paste typo
    - Re-order stats calls
    - Implicit empty apiError
    isaac committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    fbe16c5 View commit details
    Browse the repository at this point in the history
  4. Cache client unit tests

    isaac committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    94ad6a0 View commit details
    Browse the repository at this point in the history