Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Unfinished span counter and logging tests #477

Closed
wants to merge 2 commits into from
Closed

Unfinished span counter and logging tests #477

wants to merge 2 commits into from

Conversation

knabben
Copy link

@knabben knabben commented Dec 15, 2019

Which problem is this PR solving?

This PR add a counter for unfinished/partial Span (showing a log.error for the user), so developers can be aware of these situations.

Related task. jaegertracing/jaeger#698

Short description of the changes

Add a new integer counter on Tracer, maybe makes sense to use the metrics already in the system instead.

Signed-off-by: Amim Knabben <amim.knabben@gmail.com>
Signed-off-by: Amim Knabben <amim.knabben@gmail.com>
@codecov
Copy link

codecov bot commented Dec 15, 2019

Codecov Report

Merging #477 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #477      +/-   ##
==========================================
+ Coverage    88.1%   88.12%   +0.02%     
==========================================
  Files          59       59              
  Lines        3507     3513       +6     
==========================================
+ Hits         3090     3096       +6     
  Misses        305      305              
  Partials      112      112
Impacted Files Coverage Δ
tracer.go 95.98% <100%> (+0.09%) ⬆️

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 3585cc5...efbdbc4. Read the comment docs.

@knabben knabben closed this Feb 4, 2020
@knabben knabben deleted the unfinished-span branch February 4, 2020 23:51
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.

1 participant