DataDog / orchestrion

Automatic compile-time instrumentation of Go code
http://datadoghq.dev/orchestrion/
Apache License 2.0
130 stars 4 forks source link

chore: uniformly pass log.Tracef as packages.Load logger #229

Closed RomainMuller closed 3 weeks ago

RomainMuller commented 3 weeks ago

This allows to get more debugging information with the TRACE log level.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 61.49%. Comparing base (9bd25ae) to head (6ce4484). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== - Coverage 61.50% 61.49% -0.01% ========================================== Files 90 90 Lines 4915 4914 -1 ========================================== - Hits 3023 3022 -1 Misses 1569 1569 Partials 323 323 ``` | [Flag](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | Coverage Δ | | |---|---|---| | [ARM64](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `44.68% <100.00%> (ø)` | | | [Linux](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `66.13% <100.00%> (ø)` | | | [Windows](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `43.54% <100.00%> (-0.02%)` | :arrow_down: | | [X64](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `61.49% <100.00%> (-0.01%)` | :arrow_down: | | [generator](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `42.71% <ø> (ø)` | | | [go1.22](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `50.95% <100.00%> (-0.01%)` | :arrow_down: | | [go1.23](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `49.73% <100.00%> (-0.02%)` | :arrow_down: | | [integration](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `46.18% <100.00%> (-0.02%)` | :arrow_down: | | [macOS](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `44.68% <100.00%> (ø)` | | | [unit](https://app.codecov.io/gh/DataDog/orchestrion/pull/229/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog) | `40.00% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.