tracer: add span kind #170

Merged
vtolstov merged 2 commits from tracer into v3 2023-01-18 00:28:03 +03:00
vtolstov commented 2023-01-18 00:21:29 +03:00 (Migrated from github.com)

Signed-off-by: Vasiliy Tolstov v.tolstov@unistack.org

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
github-actions[bot] (Migrated from github.com) reviewed 2023-01-18 00:21:48 +03:00
codecov[bot] commented 2023-01-18 00:24:24 +03:00 (Migrated from github.com)

Codecov Report

Merging #170 (f59023d) into v3 (6f17fd8) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Current head f59023d differs from pull request most recent head db3fc42. Consider uploading reports for the commit db3fc42 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##               v3     #170      +/-   ##
==========================================
- Coverage   41.02%   40.99%   -0.04%     
==========================================
  Files          97       97              
  Lines        9206     9235      +29     
==========================================
+ Hits         3777     3786       +9     
- Misses       5090     5111      +21     
+ Partials      339      338       -1     
Impacted Files Coverage Δ
tracer/noop.go 11.11% <0.00%> (-1.02%) ⬇️
tracer/options.go 10.86% <0.00%> (-14.14%) ⬇️
broker/memory.go 55.45% <0.00%> (+3.93%) ⬆️

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 6f17fd8...db3fc42. Read the comment docs.

# [Codecov](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) Report > Merging [#170](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (f59023d) into [v3](https://codecov.io/gh/unistack-org/micro/commit/6f17fd891a2b1c69f4fb0723d024ba719758880f?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (6f17fd8) will **decrease** coverage by `0.04%`. > The diff coverage is `0.00%`. > :exclamation: Current head f59023d differs from pull request most recent head db3fc42. Consider uploading reports for the commit db3fc42 to get more accurate results [![Impacted file tree graph](https://codecov.io/gh/unistack-org/micro/pull/170/graphs/tree.svg?width=650&height=150&src=pr&token=OZPO2LP7VS&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org)](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) ```diff @@ Coverage Diff @@ ## v3 #170 +/- ## ========================================== - Coverage 41.02% 40.99% -0.04% ========================================== Files 97 97 Lines 9206 9235 +29 ========================================== + Hits 3777 3786 +9 - Misses 5090 5111 +21 + Partials 339 338 -1 ``` | [Impacted Files](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) | Coverage Δ | | |---|---|---| | [tracer/noop.go](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL25vb3AuZ28=) | `11.11% <0.00%> (-1.02%)` | :arrow_down: | | [tracer/options.go](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL29wdGlvbnMuZ28=) | `10.86% <0.00%> (-14.14%)` | :arrow_down: | | [broker/memory.go](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-YnJva2VyL21lbW9yeS5nbw==) | `55.45% <0.00%> (+3.93%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Last update [6f17fd8...db3fc42](https://codecov.io/gh/unistack-org/micro/pull/170?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org).
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-18 00:25:35 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro#170
No description provided.