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

HTTP output plugin #2491

Merged
merged 20 commits into from
May 15, 2018
Merged

HTTP output plugin #2491

merged 20 commits into from
May 15, 2018

Commits on Mar 4, 2017

  1. The metrics collected from telegraf are transmitted through the HTTP …

    …Post method.
    Dark(김성진) committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    0658937 View commit details
    Browse the repository at this point in the history
  2. Run go fmt and changed http.go

    Dark(김성진) committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    d79e011 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Add http output plugin in all.go

    dark committed May 24, 2017
    Configuration menu
    Copy the full SHA
    f69caf9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Every time called the validate function. It is better to check the ou…

    …tput interface later through the Validate() err function.
    dark committed May 27, 2017
    Configuration menu
    Copy the full SHA
    d9679f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into output_http

    dark committed May 27, 2017
    Configuration menu
    Copy the full SHA
    33954c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. http output plugin refactoring

    dark committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    220c2e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into output_http

    dark committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    83782a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. - makeReqBody is translated by content-type.

    - Accept status code 2xx.
    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    cc3673e View commit details
    Browse the repository at this point in the history
  2. go fmt

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    6e1b175 View commit details
    Browse the repository at this point in the history
  3. outputs.http.headers config

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    b2194fd View commit details
    Browse the repository at this point in the history
  4. outputs.http.headers config

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    828d26d View commit details
    Browse the repository at this point in the history
  5. defer resp.Body.Close()

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    df4f0ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66df3e8 View commit details
    Browse the repository at this point in the history
  7. go fmt

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    1df63dc View commit details
    Browse the repository at this point in the history
  8. h.client.Do error handling

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    bbb4062 View commit details
    Browse the repository at this point in the history
  9. default return nil

    dark committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    53a78d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Connection reset by peer bug fetch

    dark committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    786c74d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. fix fmtcheck

    dark committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    02157b1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Merge branch 'master' into output_http

    dark committed May 13, 2018
    Configuration menu
    Copy the full SHA
    b86a3c4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

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