Skip to content

Conversation

@pdelewski
Copy link
Member

I'm moving opentelemetry-php-instrumentation/bin to contrib as discussed in open-telemetry/opentelemetry-php-instrumentation#39

@pdelewski pdelewski requested a review from a team March 2, 2023 08:56
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #121 (1bc5029) into main (878b348) will increase coverage by 9.39%.
The diff coverage is n/a.

❗ Current head 1bc5029 differs from pull request most recent head b5ef10c. Consider uploading reports for the commit b5ef10c to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #121      +/-   ##
============================================
+ Coverage     52.72%   62.12%   +9.39%     
+ Complexity      447      408      -39     
============================================
  Files            48       44       -4     
  Lines          1686     1431     -255     
============================================
  Hits            889      889              
+ Misses          797      542     -255     
Flag Coverage Δ
7.4 87.14% <ø> (+5.37%) ⬆️
8.0 72.16% <ø> (+12.74%) ⬆️
8.1 60.40% <ø> (+0.91%) ⬆️
8.2 7.40% <ø> (-45.24%) ⬇️

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

Impacted Files Coverage Δ
src/Context/Swoole/src/SwooleContextScope.php 0.00% <0.00%> (ø)
.../Instrumentation/Symfony/src/HeadersPropagator.php
src/Instrumentation/IO/src/IOInstrumentation.php
src/Instrumentation/PDO/src/PDOInstrumentation.php
...rumentation/Symfony/src/SymfonyInstrumentation.php

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 878b348...b5ef10c. Read the comment docs.

$opentelemetry_core_packages = array(
"open-telemetry/sdk",
"open-telemetry/api",
"open-telemetry/sdk-contrib",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a package we've just deprecated. How about just choosing open-telemetry/exporer-otlp? (Optionally, with the grpc transport and zipkin exporter, too?)

Copy link
Member Author

@pdelewski pdelewski Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that good point. So, for now I will add open-telemetry/exporer-zipkin as well.

$opentelemetry_core_packages = array(
"open-telemetry/sdk",
"open-telemetry/api",
"open-telemetry/exporer-otlp",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"open-telemetry/exporer-otlp",
"open-telemetry/exporter-otlp",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for catching that

@pdelewski pdelewski force-pushed the introducing-auto-instrumentation-installer-package branch from 97156f7 to 97ec2b3 Compare March 2, 2023 11:12
@pdelewski pdelewski requested a review from brettmc March 2, 2023 11:24
@pdelewski pdelewski merged commit 346d5f8 into open-telemetry:main Mar 2, 2023
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.

3 participants