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

Demonstrate telemetry #18

Merged
merged 5 commits into from
Apr 11, 2016
Merged

Demonstrate telemetry #18

merged 5 commits into from
Apr 11, 2016

Commits on Apr 6, 2016

  1. Update blueprint for current Containerbuddy and Couchbase

    Changes include:
    - Our Couchbase r2 does not require bootstrapping via docker exec so eliminate
      that. But we do need to add polling of the REST API to make sure we wait for
      CB to be ready before writing indexes.
    - Touchbase and Nginx can take advantage of `preStart`
    - Minor ports cleanup in the compose files
    - Added Prometheus to compose file but its not used in `start.sh` yet
    tgross committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    1bf762e View commit details
    Browse the repository at this point in the history
  2. Added telemetry support for Nginx

    Nginx's telemetry configuration measures its current connections and
    makes them available for the Prometheus server. Added a section to our
    `./start.sh` script to open the Prometheus graph explorer available.
    tgross committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    241095d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

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

Commits on Apr 8, 2016

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

Commits on Apr 11, 2016

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