-
Notifications
You must be signed in to change notification settings - Fork 417
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
Implementation of OtlpHttpLogExporter
#1030
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1030 +/- ##
=======================================
Coverage 94.85% 94.85%
=======================================
Files 151 151
Lines 5972 5972
=======================================
Hits 5664 5664
Misses 308 308
|
e218d81
to
609ab83
Compare
@owent Thanks for the PR. Changes look good to me in general. I will be doing a more thorough review next couple of days. |
exporters/otlp/include/opentelemetry/exporters/otlp/otlp_environment.h
Outdated
Show resolved
Hide resolved
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.
LGTM. Nicely done. Would like to have a few more eyes (Tom ?) on that before we can merge.
exporters/otlp/include/opentelemetry/exporters/otlp/otlp_recordable_utils.h
Show resolved
Hide resolved
609ab83
to
8f738aa
Compare
exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_client.h
Outdated
Show resolved
Hide resolved
@owent will merge it once it is updated to main. |
+ Finish `OtlpLogRecordable`. Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owent <admin@owent.net>
Signed-off-by: owent <admin@owent.net>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Support old protobuf for OtlpHttp*Exporter Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owentou <owentou@tencent.com>
…nt.cc` Signed-off-by: owent <admin@owent.net>
af459e4
to
86cdc9c
Compare
Related to #1024
Changes
OtlpRecordableUtils
.OtlpHttpClient
and move shared codes of HTTP exportor into this target .OtlpHttpLogExporter
.@ThomsonTan @lalitb Could you please review the codes? There should be no API break change by now. Unit tests are already added.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes