Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Scope request spans so that they link to coreQueryManager. #621

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

hexedpackets
Copy link
Contributor

I believe this is the final part to close out #505. I also fixed the findSeries span so that its end time encompasses the fetch child spans.

@hexedpackets hexedpackets requested a review from a team March 12, 2020 20:28
@codecov
Copy link

codecov bot commented Mar 12, 2020

Codecov Report

Merging #621 into master will not change coverage.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #621   +/-   ##
=========================================
  Coverage     52.85%   52.85%           
  Complexity     2928     2928           
=========================================
  Files           728      728           
  Lines         19449    19449           
  Branches       1290     1290           
=========================================
  Hits          10280    10280           
  Misses         8731     8731           
  Partials        438      438
Impacted Files Coverage Δ Complexity Δ
...a/com/spotify/heroic/http/query/QueryResource.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...tp/tracing/OpenCensusApplicationEventListener.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...main/java/com/spotify/heroic/CoreQueryManager.java 75% <100%> (ø) 10 <0> (ø) ⬇️
.../com/spotify/heroic/metric/LocalMetricManager.java 69.15% <100%> (ø) 4 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80e41e3...f959621. Read the comment docs.

@hexedpackets hexedpackets merged commit aa6f332 into master Mar 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the corequery branch March 12, 2020 20:41
@@ -188,9 +186,10 @@ public void onEvent(RequestEvent event) {
invocable.getDefinitionMethod()));

final String spanName = invocable.getHandler().getHandlerClass().getName();
resourceSpan = globalTracer
globalTracer
Copy link
Contributor

Choose a reason for hiding this comment

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

👏

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