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 OTLP/HTTP+JSON Protocol exporter #810

Merged
merged 7 commits into from
Jun 8, 2021

Commits on Jun 7, 2021

  1. Add OTLP/HTTP+JSON Protocol exporter

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5e91f3e View commit details
    Browse the repository at this point in the history
  2. + Rename OtlpExporter, OtlpExporterOptions, otlp_exporter.h, `o…

    …tlp_exporter.cpp` to `OtlpGrpcExporter`, `OtlpGrpcExporterOptions`, `otlp_grpc_exporter.h`, `otlp_grpc_exporter.cpp`
    
    + Update gRPC to 1.33.2(which is the first version support bazel 4+ and the last version support gcc 4.8)
    
    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ad3a6cf View commit details
    Browse the repository at this point in the history
  3. Remove old ResponseHandler for curl client

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    dcc66c6 View commit details
    Browse the repository at this point in the history
  4. Add test for otlp http exporter

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5e502df View commit details
    Browse the repository at this point in the history
  5. Add support of application/x-protobuf for OtlpHttpExporter.

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    2cdf438 View commit details
    Browse the repository at this point in the history
  6. Finish tests for OtlpHttpExporter

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d4d3459 View commit details
    Browse the repository at this point in the history
  7. Add binary mode for otlp_http_exporter

    Signed-off-by: owent <admin@owent.net>
    owent committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    eaca36e View commit details
    Browse the repository at this point in the history