open-telemetry / opentelemetry-go-contrib

Collection of extensions for OpenTelemetry-Go.
https://opentelemetry.io/
Apache License 2.0
1.08k stars 505 forks source link

feat: add log support for autoexport #5733

Closed sysulq closed 2 weeks ago

sysulq commented 3 weeks ago

Resolve #5730

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.9%. Comparing base (4319808) to head (d9fd576).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5733/graphs/tree.svg?width=650&height=150&src=pr&token=P6F3W9WA7Q&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5733?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry) ```diff @@ Coverage Diff @@ ## main #5733 +/- ## ===================================== Coverage 63.8% 63.9% ===================================== Files 194 195 +1 Lines 12239 12268 +29 ===================================== + Hits 7820 7849 +29 Misses 4197 4197 Partials 222 222 ``` | [Files](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5733?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry) | Coverage Δ | | |---|---|---| | [exporters/autoexport/logs.go](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5733?src=pr&el=tree&filepath=exporters%2Fautoexport%2Flogs.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry#diff-ZXhwb3J0ZXJzL2F1dG9leHBvcnQvbG9ncy5nbw==) | `100.0% <100.0%> (ø)` | | | [exporters/autoexport/noop.go](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5733?src=pr&el=tree&filepath=exporters%2Fautoexport%2Fnoop.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry#diff-ZXhwb3J0ZXJzL2F1dG9leHBvcnQvbm9vcC5nbw==) | `76.0% <100.0%> (+13.5%)` | :arrow_up: |
sysulq commented 3 weeks ago

@pellared @MrAlias @dmathieu Please help to review this pr when convenient, thanks