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

Replayer instrumentation #475

Merged
merged 100 commits into from
Feb 9, 2024

Set the x-ray exporter attribute index_all_attributes=true so that at…

8a875b3
Select commit
Loading
Failed to load commit list.
Merged

Replayer instrumentation #475

Set the x-ray exporter attribute index_all_attributes=true so that at…
8a875b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 9, 2024 in 0s

76.02% (+2.38%) compared to ed96552

View this Pull Request on Codecov

76.02% (+2.38%) compared to ed96552

Details

Codecov Report

Attention: 304 lines in your changes are missing coverage. Please review.

Comparison is base (ed96552) 73.63% compared to head (8a875b3) 76.02%.

Files Patch % Lines
...opensearch/migrations/tracing/RootOtelContext.java 43.28% 36 Missing and 2 partials ⚠️
...migrations/replay/kafka/TrackingKafkaConsumer.java 72.35% 25 Missing and 9 partials ⚠️
.../opensearch/migrations/replay/TrafficReplayer.java 61.90% 13 Missing and 11 partials ⚠️
...migrations/replay/tracing/RootReplayerContext.java 57.69% 22 Missing ⚠️
...netty/ConditionallyReliableLoggingHttpHandler.java 51.85% 6 Missing and 7 partials ⚠️
...ations/replay/kafka/KafkaTrafficCaptureSource.java 61.29% 9 Missing and 3 partials ⚠️
...y/CapturedTrafficToHttpTransactionAccumulator.java 84.12% 0 Missing and 10 partials ⚠️
...atahandlers/http/HttpJsonTransformingConsumer.java 69.69% 9 Missing and 1 partial ⚠️
...migrations/tracing/IInstrumentationAttributes.java 67.85% 8 Missing and 1 partial ⚠️
...h/migrations/replay/ParsedHttpMessagesAsDicts.java 64.00% 2 Missing and 7 partials ⚠️
... and 37 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #475      +/-   ##
============================================
+ Coverage     73.63%   76.02%   +2.38%     
- Complexity     1183     1356     +173     
============================================
  Files           124      158      +34     
  Lines          4886     6011    +1125     
  Branches        439      509      +70     
============================================
+ Hits           3598     4570     +972     
- Misses          996     1090      +94     
- Partials        292      351      +59     

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