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 Zipkin exporter factory #207

Merged

Commits on Jul 31, 2019

  1. Add Zipkin exporter factory

    Add the Zipkin exporter configuration factory using the new configuration format. This does not bring many of the settings from the old configuration since they won't be used. In a sub-sequent PR the code of the exporter itself will be changed.
    Paulo Janotti committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    8695b67 View commit details
    Browse the repository at this point in the history
  2. PR Feedback: add 1 test plus some comments

    Paulo Janotti committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    45bce77 View commit details
    Browse the repository at this point in the history
  3. Rename endpoint to http-url and related field

    Paulo Janotti committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9f86f57 View commit details
    Browse the repository at this point in the history
  4. Fix goimports issue

    Paulo Janotti committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d4d082c View commit details
    Browse the repository at this point in the history
  5. Remove TODO commented code

    Replaced the TODO commented code with an issue.
    Paulo Janotti committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    e49f7b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Rename the field used to specify destination

    Paulo Janotti committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    bb5dd01 View commit details
    Browse the repository at this point in the history