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

Upgrade to OpenTelemetry 1.18.1 / 0.45.1 #852

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Conversation

seemk
Copy link
Contributor

@seemk seemk commented Dec 12, 2023

  • Removed a few duplicate (as in this functionality is already covered) tests.
  • With the new bunyan instrumentation, automatic log sending is configured by default, for now we are disabling it until we start configuring a meter provider ourselves.

@opentelemetry/instrumentation-aws-sdk 0.36.1 -> 0.37.1

  • Remove un-sanitised db.statement span attribute from DynamoDB spans
  • Capture full ARN for span attribute messaging.destination.name for SNS topics

@opentelemetry/instrumentation-bunyan 0.32.2 -> 0.34.0

  • Additional instrumentation debug diagnostics. Helps verify the instrumentation is active, requested by a customer of Splunk.
  • Add log sending to Logs Bridge API (gather log records and export these via OpenTelemetry). At the moment this is disabled in our distro as it is waiting for the logs SDK configuration change.

@opentelemetry/instrumentation-cassandra-driver 0.33.2 -> 0.34.1

  • Additional instrumentation debug diagnostics.

@opentelemetry/instrumentation-express 0.33.2 -> 0.34.0

  • Remove @types/express from dependencies. Fixes possible compatibility issues for users who have installed the types themselves.
  • Record exceptions in middlewares.

@opentelemetry/instrumentation-fastify 0.32.3 -> 0.32.5

  • Do not wrap preClose and onRequestAbort hooks.
  • Fix span attributes and avoid FSTDEP017 FastifyDeprecation warning for 404 requests.

@opentelemetry/instrumentation-graphql 0.35.2 -> 0.36.0

  • Additional instrumentation debug diagnostics.

@opentelemetry/instrumentation-ioredis 0.35.2 -> 0.36.0

  • Fix instrumentation of ESM-imported ioredis.

@opentelemetry/instrumentation-koa 0.36.1 -> 0.36.3

  • Handle koa routes being of type RegExp.
  • Fix instrumentation of ESM-imported koa.

@opentelemetry/instrumentation-mongodb 0.37.1 -> 0.38.0

  • Use context API to bind connection checkOut callback.
  • Fix context loss when cursor are accesed concurrently.
  • Add support for mongodb v6

@opentelemetry/instrumentation-net 0.32.2 -> 0.32.4

  • Don't operate on closed spans.

@opentelemetry/instrumentation-pg 0.36.2 -> 0.37.1

  • Additional instrumentation debug diagnostics.
  • Fix instrumentation of ESM-imported pg.

@opentelemetry/instrumentation-pino 0.34.2 -> 0.34.4

  • Instrument pino used in ESM.

@opentelemetry/instrumentation-winston 0.32.2 -> 0.33.0

  • Additional instrumentation debug diagnostics.

@seemk seemk requested review from a team as code owners December 12, 2023 16:27
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aef041e) 86.22% compared to head (2e36f02) 86.22%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #852   +/-   ##
=======================================
  Coverage   86.22%   86.22%           
=======================================
  Files          19       19           
  Lines         668      668           
  Branches      153      153           
=======================================
  Hits          576      576           
  Misses         92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seemk seemk merged commit bbc9a1a into main Dec 12, 2023
116 of 129 checks passed
@seemk seemk deleted the update-otel-1.18.1-0.45.1 branch December 12, 2023 17:56
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants