Closed brettmc closed 1 month ago
Name | Link |
---|---|
Latest commit | 21e51261e2aadb2797932480250af894ee8ae636 |
Latest deploy log | https://app.netlify.com/sites/opentelemetry-php/deploys/670dd62710fd540008e8a98b |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.80%. Comparing base (
cd8c0e3
) to head (21e5126
). Report is 6 commits behind head on main.
update semconv generation to use the new tooling. This is fairly close to a 1:1 of what we have now, although I noted a couple of TODOs which we might consider in future to align with what Java is doing: split attribute up into file-per-type, and split stable/unstable.
The diffs are fairly small (mostly related to formatting of comments, which weaver improves). I've removed our manually-maintained deprecations, since the semconv SIG is a lot more careful now about removing stuff - that accounts for most removals.
Fixes: #1396