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

feat(oteldbexporter): implement oteldb as otelcol exporter #268

Merged
merged 9 commits into from
Dec 19, 2023

Conversation

tdakkota
Copy link
Member

@tdakkota tdakkota commented Dec 18, 2023

Fixes #264
Fixes #266

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Attention: 97 lines in your changes are missing coverage. Please review.

Comparison is base (36351d2) 73.72% compared to head (4d39220) 74.45%.
Report is 6 commits behind head on main.

Files Patch % Lines
internal/chstorage/dial.go 0.00% 58 Missing ⚠️
...rnal/otelreceiver/oteldbexporter/oteldbexporter.go 36.36% 21 Missing ⚠️
internal/otelreceiver/oteldbexporter/config.go 0.00% 18 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #268      +/-   ##
==========================================
+ Coverage   73.72%   74.45%   +0.72%     
==========================================
  Files         171      172       +1     
  Lines       13395    13280     -115     
==========================================
+ Hits         9875     9887      +12     
+ Misses       3072     2945     -127     
  Partials      448      448              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tdakkota tdakkota marked this pull request as ready for review December 19, 2023 04:59
@ernado ernado merged commit 05f73fb into main Dec 19, 2023
14 checks passed
@ernado ernado deleted the refactor/configurable branch December 19, 2023 06:51
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.

feat: add yaml config feat: batching
2 participants