tracer: fix span options #160

Merged
vtolstov merged 2 commits from tracer into v3 2022-12-24 18:20:59 +03:00
vtolstov commented 2022-12-24 18:10:03 +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 2022-12-24 18:10:17 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-12-24 18:19:00 +03:00
codecov[bot] commented 2022-12-24 18:20:00 +03:00 (Migrated from github.com)

Codecov Report

Merging #160 (0be584e) into v3 (25a796f) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v3     #160      +/-   ##
==========================================
- Coverage   41.21%   41.20%   -0.01%     
==========================================
  Files          98       97       -1     
  Lines        9193     9185       -8     
==========================================
- Hits         3789     3785       -4     
+ Misses       5066     5062       -4     
  Partials      338      338              
Impacted Files Coverage Δ
tracer/noop.go 12.90% <0.00%> (ø)
tracer/options.go 25.00% <0.00%> (-6.25%) ⬇️
network/transport/memory.go 68.09% <0.00%> (-2.46%) ⬇️

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 25a796f...0be584e. Read the comment docs.

# [Codecov](https://codecov.io/gh/unistack-org/micro/pull/160?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) Report > Merging [#160](https://codecov.io/gh/unistack-org/micro/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (0be584e) into [v3](https://codecov.io/gh/unistack-org/micro/commit/25a796fe4f89f112092fe9deb7c17f2b17bf8fbb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (25a796f) will **decrease** coverage by `0.00%`. > The diff coverage is `0.00%`. [![Impacted file tree graph](https://codecov.io/gh/unistack-org/micro/pull/160/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/160?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 #160 +/- ## ========================================== - Coverage 41.21% 41.20% -0.01% ========================================== Files 98 97 -1 Lines 9193 9185 -8 ========================================== - Hits 3789 3785 -4 + Misses 5066 5062 -4 Partials 338 338 ``` | [Impacted Files](https://codecov.io/gh/unistack-org/micro/pull/160?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/160/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL25vb3AuZ28=) | `12.90% <0.00%> (ø)` | | | [tracer/options.go](https://codecov.io/gh/unistack-org/micro/pull/160/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-dHJhY2VyL29wdGlvbnMuZ28=) | `25.00% <0.00%> (-6.25%)` | :arrow_down: | | [network/transport/memory.go](https://codecov.io/gh/unistack-org/micro/pull/160/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-bmV0d29yay90cmFuc3BvcnQvbWVtb3J5Lmdv) | `68.09% <0.00%> (-2.46%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/unistack-org/micro/pull/160?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/160?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Last update [25a796f...0be584e](https://codecov.io/gh/unistack-org/micro/pull/160?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).
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#160
No description provided.