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(cassandra-responsehook): added response hook to execute func #1180

Merged
merged 38 commits into from
Oct 28, 2022

Conversation

samimusallam
Copy link
Member

Which problem is this PR solving?

Fixes #1162

Short description of the changes

  • Added Response hook to the execute function in Cassandra driver's instrumentation

@samimusallam samimusallam requested a review from a team September 18, 2022 10:22
@samimusallam

This comment was marked as outdated.

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #1180 (2c6a7d6) into main (180b336) will decrease coverage by 10.30%.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1180       +/-   ##
===========================================
- Coverage   96.08%   85.77%   -10.31%     
===========================================
  Files          14        2       -12     
  Lines         893      225      -668     
  Branches      191       34      -157     
===========================================
- Hits          858      193      -665     
+ Misses         35       32        -3     
Impacted Files Coverage Δ
...y-instrumentation-cassandra/src/instrumentation.ts 81.76% <100.00%> (ø)
...entation-document-load/src/enums/AttributeNames.ts
...erator-aws-xray/src/internal/xray-id-generation.ts
...etapackages/auto-instrumentations-web/src/utils.ts
...etry-plugin-react-load/src/enums/AttributeNames.ts
...lemetry-instrumentation-document-load/src/utils.ts
...lugin-react-load/src/BaseOpenTelemetryComponent.ts
...emetry-propagator-instana/src/InstanaPropagator.ts
...y-instrumentation-long-task/src/instrumentation.ts
...metry-propagator-ot-trace/src/OTTracePropagator.ts
... and 7 more

@blumamir blumamir merged commit 20767c4 into open-telemetry:main Oct 28, 2022
@dyladan dyladan mentioned this pull request Oct 28, 2022
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.

ResponseHook for cassandra driver
4 participants