-
Notifications
You must be signed in to change notification settings - Fork 438
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
Otlp gRPC log example #1083
Conversation
…telemetry-cpp into otlp-grpc-log-example
Codecov Report
@@ Coverage Diff @@
## main #1083 +/- ##
=======================================
Coverage 94.41% 94.41%
=======================================
Files 158 158
Lines 6077 6077
=======================================
Hits 5737 5737
Misses 340 340 |
examples/otlp/README.md
Outdated
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
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