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

Introduce Span.Subtype, Span.Action #332

Merged
merged 7 commits into from Nov 29, 2018
Merged

Conversation

axw
Copy link
Member

@axw axw commented Nov 27, 2018

The type supplied via the StartSpan methods will now be split on dots, and the Type, Subtype, and Action fields populated in order. If the type has only one dot, then action will not be set.

Closes #323

@codecov-io
Copy link

codecov-io commented Nov 27, 2018

Codecov Report

Merging #332 into master will increase coverage by 3.48%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #332      +/-   ##
==========================================
+ Coverage   81.09%   84.57%   +3.48%     
==========================================
  Files          98       98              
  Lines        5877     5888      +11     
==========================================
+ Hits         4766     4980     +214     
  Misses        840      840              
+ Partials      271       68     -203
Impacted Files Coverage Δ
module/apmredigo/conn.go 100% <100%> (ø) ⬆️
span.go 91.72% <100%> (+5.79%) ⬆️
model/marshal_fastjson.go 82.21% <100%> (+9.47%) ⬆️
module/apmot/span.go 86.27% <100%> (-0.18%) ⬇️
modelwriter.go 94.16% <100%> (+0.94%) ⬆️
module/apmhttp/client.go 93.54% <100%> (+6.24%) ⬆️
internal/radix/radix.go 39.92% <0%> (+0.92%) ⬆️
internal/sqlscanner/scanner.go 96.82% <0%> (+1.58%) ⬆️
utils.go 98.38% <0%> (+1.61%) ⬆️
... and 36 more

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 dc24ed5...e0b103a. Read the comment docs.

@axw axw merged commit bf98f25 into elastic:master Nov 29, 2018
@axw axw deleted the span-subtype-action branch November 29, 2018 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants