Skip to content

Conversation

@brettmc
Copy link
Contributor

@brettmc brettmc commented Dec 14, 2022

now that we have a beta, the versioning has changed so update projects that can work with beta.
Symfony doesn't, and needs some attention to make it work with >= 0.0.15, so for now peg it to that version
improve Dockerfile, as the use of semi-colons between commands in a build step causes some failures to be ignored, which is never what we want.

now that we have a beta, the versioning has changed
@brettmc brettmc requested a review from a team December 14, 2022 23:34
@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #93 (d129247) into main (f974b34) will decrease coverage by 1.18%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #93      +/-   ##
============================================
- Coverage     71.46%   70.27%   -1.19%     
  Complexity      379      379              
============================================
  Files            40       40              
  Lines          1125     1265     +140     
============================================
+ Hits            804      889      +85     
- Misses          321      376      +55     
Flag Coverage Δ
7.4 81.76% <ø> (-1.64%) ⬇️
8.0 70.09% <ø> (-1.17%) ⬇️
8.1 70.17% <ø> (-1.18%) ⬇️
8.2 70.17% <ø> (-1.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...Symfony/src/OtelBundle/Console/ConsoleListener.php 62.79% <0.00%> (-18.46%) ⬇️
...fony/src/OtelBundle/HttpKernel/RequestListener.php 77.34% <0.00%> (-11.98%) ⬇️
src/Aws/src/AwsSdkInstrumentation.php 49.01% <0.00%> (-0.99%) ⬇️
src/Aws/src/Lambda/Detector.php 100.00% <0.00%> (ø)
src/Aws/src/Xray/Propagator.php 100.00% <0.00%> (ø)
src/Symfony/src/OtelBundle/Resources/services.php 0.00% <0.00%> (ø)
src/Symfony/src/OtelSdkBundle/Util/ExporterDsn.php 100.00% <0.00%> (ø)
...rc/Instrumentation/Psr18/src/HeadersPropagator.php 0.00% <0.00%> (ø)
...c/Instrumentation/Slim/src/SlimInstrumentation.php 0.00% <0.00%> (ø)
...c/Symfony/src/OtelSdkBundle/Util/ServiceHelper.php 100.00% <0.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f974b34...d129247. Read the comment docs.

@brettmc
Copy link
Contributor Author

brettmc commented Dec 14, 2022

ugh, using beta broke Symfony - I'll see if I can unbreak it

- Symfony needs some attention to make it compatible with latest otel API/SDK > 0.0.15, so keep it at that version for now.
- dont gitsplit tags, we will do it manually for individual contrib modules post-split, since the contrib modules can be at vastly different stabilities
- fix up Dockerfile; the use of semi-colons meant that a docker build would happily continue past errors that weren't the last command in a step
@brettmc brettmc changed the title relax otel requirements for contrib projects relax otel requirements, dont gitsplit tags Dec 15, 2022
@brettmc brettmc merged commit ab7d5c5 into open-telemetry:main Dec 15, 2022
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.

2 participants