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

Otlp gRPC log example #1083

Merged
merged 14 commits into from
Nov 23, 2021
Merged

Conversation

esigo
Copy link
Member

@esigo esigo commented Nov 21, 2021

otlp gRPC log example

Changes

Adds otlp gRPC log example

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@esigo esigo changed the title Otlp grpc log example Otlp gRPC log example Nov 21, 2021
@codecov
Copy link

codecov bot commented Nov 21, 2021

Codecov Report

Merging #1083 (43125ee) into main (caade51) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1083   +/-   ##
=======================================
  Coverage   94.41%   94.41%           
=======================================
  Files         158      158           
  Lines        6077     6077           
=======================================
  Hits         5737     5737           
  Misses        340      340           

@esigo esigo marked this pull request as ready for review November 21, 2021 13:41
@esigo esigo requested a review from a team November 21, 2021 13:41
examples/otlp/grpc_log_main.cc Outdated Show resolved Hide resolved
@@ -7,6 +7,7 @@ Protocol](https://github.com/open-telemetry/opentelemetry-specification/blob/mai
The application in `grpc_main.cc` initializes an `OtlpGrpcExporter` instance,
the application in `http_main.cc` initializes an `OtlpHttpExporter` instance.
The application in `http_log_main.cc` initializes an `OtlpHttpLogExporter` instance
The application in `grpc_log_main.cc` initializes an `OtlpGrpcLogExporter` instance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: fix period in line 9 and 10, or fix the whole sentence from line 7 to 10.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ThomsonTan ThomsonTan merged commit 1867688 into open-telemetry:main Nov 23, 2021
@esigo esigo deleted the otlp-grpc-log-example branch November 24, 2021 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants