feat: adding otlp_http trace exporter#231
Conversation
tim-mwangi
left a comment
There was a problem hiding this comment.
I wonder why codecov is having issues?
Its printing that it got rate limited. Maybe the licensing issue we face in our org as well? |
Can you ask in engineering channel? Maybe there's an answer. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
==========================================
- Coverage 60.15% 59.18% -0.97%
==========================================
Files 69 69
Lines 2753 2291 -462
==========================================
- Hits 1656 1356 -300
+ Misses 1019 857 -162
Partials 78 78 ☔ View full report in Codecov by Sentry. |
Upgrading the codecov version fixed it |
Description
Noticed it while creating the ecs template for TPA. Goagent as of now doesnt support otlp over http. Adding that support here.
Testing
Tested both TLS and non TLS connection to TPA
Checklist: