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

Add span.context.destination.* #664

Merged
merged 1 commit into from Dec 17, 2019
Merged

Conversation

axw
Copy link
Member

@axw axw commented Oct 23, 2019

Add span.context fields:

  • destination.address
  • destination.port
  • destination.service.type
  • destination.service.name
  • destination.service.resource

Implement support for (client) HTTP,
Elasticsearch, PostgreSQL and MySQL
(via apmsql or GORM) spans.

Closes #676

@codecov-io
Copy link

codecov-io commented Oct 23, 2019

Codecov Report

Merging #664 into master will decrease coverage by 0.45%.
The diff coverage is 88.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   88.18%   87.73%   -0.46%     
==========================================
  Files         125      125              
  Lines        8354     8047     -307     
==========================================
- Hits         7367     7060     -307     
- Misses        849      872      +23     
+ Partials      138      115      -23
Impacted Files Coverage Δ
module/apmsql/dsn.go 100% <ø> (ø) ⬆️
module/apmgorm/context.go 88.73% <100%> (-0.31%) ⬇️
internal/apmhttputil/url.go 100% <100%> (ø) ⬆️
modelwriter.go 96.79% <100%> (+0.14%) ⬆️
module/apmsql/conn.go 68.26% <100%> (-6.54%) ⬇️
internal/apmhttputil/remoteaddr.go 100% <100%> (ø) ⬆️
module/apmelasticsearch/client.go 95.41% <100%> (-1.87%) ⬇️
module/apmsql/mysql/parser.go 100% <100%> (ø) ⬆️
model/marshal_fastjson.go 75.89% <79.71%> (-3.35%) ⬇️
module/apmsql/pq/parser.go 80.34% <83.33%> (-3.57%) ⬇️
... and 10 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 daa9b8c...564672e. Read the comment docs.

@axw
Copy link
Member Author

axw commented Dec 10, 2019

jenkins run the tests please

@axw axw changed the title Add span.context.destination.address Add span.context.destination.* Dec 10, 2019
@axw axw marked this pull request as ready for review December 10, 2019 06:03
@axw axw force-pushed the destination-address branch 3 times, most recently from 5cfaa1b to c351dae Compare December 16, 2019 06:11
@axw
Copy link
Member Author

axw commented Dec 16, 2019

Waiting for elastic/apm-server#3053 to land, so the vendored schema can be updated for testing.

Add span.context fields:

 - destination.address
 - destination.port
 - destination.service.type
 - destination.service.name
 - destination.service.resource

Implement support for (client) HTTP,
Elasticsearch, PostgreSQL and MySQL
(via apmsql or GORM) spans.
@axw
Copy link
Member Author

axw commented Dec 17, 2019

jenkins run the tests please

2 similar comments
@axw
Copy link
Member Author

axw commented Dec 17, 2019

jenkins run the tests please

@axw
Copy link
Member Author

axw commented Dec 17, 2019

jenkins run the tests please

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.

Add span.context.destination.address
2 participants