Skip to content

Addition of span count attribute#282

Merged
sarthak77 merged 7 commits intomainfrom
visualizing-span-count
Nov 11, 2021
Merged

Addition of span count attribute#282
sarthak77 merged 7 commits intomainfrom
visualizing-span-count

Conversation

@sarthak77
Copy link
Copy Markdown
Member

@sarthak77 sarthak77 requested review from a team and kotharironak November 8, 2021 07:11
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 8, 2021

Codecov Report

Merging #282 (8c191e3) into main (30f0a7b) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #282   +/-   ##
=========================================
  Coverage     79.07%   79.08%           
  Complexity     1231     1231           
=========================================
  Files           110      110           
  Lines          4861     4862    +1     
  Branches        440      440           
=========================================
+ Hits           3844     3845    +1     
  Misses          813      813           
  Partials        204      204           
Flag Coverage Δ
unit 79.08% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ewgenerator/generators/SpanEventViewGenerator.java 92.18% <100.00%> (+0.06%) ⬆️

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 30f0a7b...8c191e3. Read the comment docs.

@github-actions

This comment has been minimized.

int api_trace_count = 0;

// count of span
int span_count = 0;
Copy link
Copy Markdown
Contributor

@kotharironak kotharironak Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add at the end, after last attribute - api_trace_error_span_count

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

kotharironak
kotharironak previously approved these changes Nov 11, 2021
…ava/org/hypertrace/viewgenerator/generators/SpanEventViewGenerator.java

Co-authored-by: kotharironak <53209990+kotharironak@users.noreply.github.com>
…in/avro/SpanEventView.avdl

Co-authored-by: kotharironak <53209990+kotharironak@users.noreply.github.com>
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.


int api_trace_error_span_count = 0;

int span_count = 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

span_count -> spans ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@github-actions

This comment has been minimized.

@sarthak77 sarthak77 merged commit 7f81341 into main Nov 11, 2021
@sarthak77 sarthak77 deleted the visualizing-span-count branch November 11, 2021 17:03
@github-actions
Copy link
Copy Markdown

Unit Test Results

  73 files  ±0    73 suites  ±0   1m 4s ⏱️ +3s
390 tests ±0  390 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 7f81341. ± Comparison against base commit 30f0a7b.

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.

2 participants