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

Pull request for influxdb #482

Merged
8 commits merged into from
Dec 1, 2017
Merged

Pull request for influxdb #482

8 commits merged into from
Dec 1, 2017

Commits on Nov 27, 2017

  1. cli: use --http-socket rather than --http for uwsgi

    Using --http enables the HTTP router – which is not used here. That router
    prevents the chunked tranfer encoding to work.
    jd committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    26844f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90ab37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740ed02 View commit details
    Browse the repository at this point in the history
  4. rest: move get_or_create_resource_and_metrics out of the Prometheus c…

    …lass
    
    This is going to be used by other code.
    jd committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    8670c26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d07634e View commit details
    Browse the repository at this point in the history
  6. api: rename refresh_timeout option to operation_timeout

    This timeout is going to be used as a more general timeout for operations that
    the API needs to do and that block for a long time.
    jd committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    258d740 View commit details
    Browse the repository at this point in the history
  7. api: add an InfluxDB API endpoint

    This provides a new InfluxDB-compatible endpoint to write data to Gnocchi at
    `/v1/influxdb'.
    jd committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    b4264ae View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Merge branch 'master' into influxdb

    pastamaker-bot authored Dec 1, 2017
    Configuration menu
    Copy the full SHA
    f17980b View commit details
    Browse the repository at this point in the history