Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update otel core dependencies #2257

Merged

Conversation

pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Jun 5, 2024

Updates all experimental OpenTelemetry core dependencies, addresses breaking changes.
(Ready for review when tests pass)

@@ -42,7 +42,7 @@ import type { InstrumentationOption } from '@opentelemetry/instrumentation';
*/
export function createTestNodeSdk(opts: {
serviceName?: string;
instrumentations: InstrumentationOption[];
instrumentations: (Instrumentation | Instrumentation[])[]
Copy link
Member Author

Choose a reason for hiding this comment

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

Reviewer note: this was open-telemetry/opentelemetry-js#4675

@@ -154,7 +154,7 @@ describe('mysql2@2.x', () => {
afterEach(done => {
context.disable();
memoryExporter.reset();
instrumentation.setConfig();
instrumentation.setConfig({});
Copy link
Member Author

Choose a reason for hiding this comment

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

Reviewer note: this was due to open-telemetry/opentelemetry-js#4695

Copy link

codecov bot commented Jun 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.40%. Comparing base (dfb2dff) to head (002ca7b).
Report is 149 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2257      +/-   ##
==========================================
- Coverage   90.97%   90.40%   -0.58%     
==========================================
  Files         146      149       +3     
  Lines        7492     7514      +22     
  Branches     1502     1573      +71     
==========================================
- Hits         6816     6793      -23     
- Misses        676      721      +45     

see 52 files with indirect coverage changes

@pichlermarc pichlermarc marked this pull request as ready for review June 5, 2024 20:01
@pichlermarc pichlermarc requested a review from a team as a code owner June 5, 2024 20:01
@pichlermarc pichlermarc merged commit 71c15d5 into open-telemetry:main Jun 6, 2024
13 checks passed
@pichlermarc pichlermarc deleted the chore/update-otel-deps branch June 6, 2024 07:30
@dyladan dyladan mentioned this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet