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

Set span status code #43558

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

NipunaMadhushan
Copy link
Contributor

Purpose

$subject

Fixes #43464

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 77.56%. Comparing base (66f7b52) to head (91882d2).
Report is 332 commits behind head on master.

Files with missing lines Patch % Lines
.../ballerina/runtime/observability/tracer/BSpan.java 0.00% 2 Missing ⚠️
...ina/runtime/observability/tracer/TracingUtils.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #43558   +/-   ##
=========================================
  Coverage     77.55%   77.56%           
- Complexity    58722    58734   +12     
=========================================
  Files          3447     3447           
  Lines        219658   219662    +4     
  Branches      28915    28916    +1     
=========================================
+ Hits         170365   170380   +15     
+ Misses        39892    39891    -1     
+ Partials       9401     9391   -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@gimantha gimantha merged commit 58fe102 into ballerina-platform:master Nov 22, 2024
17 of 18 checks passed
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.

[Bug]: Errors are not captured in trace data
2 participants