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

Improve Tracing Configurations #104

Merged
merged 9 commits into from
Mar 1, 2023
Merged

Improve Tracing Configurations #104

merged 9 commits into from
Mar 1, 2023

Conversation

renaz6
Copy link
Member

@renaz6 renaz6 commented Feb 22, 2023

@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Merging #104 (149d1fd) into main (f05ad9b) will increase coverage by 3.73%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   73.46%   77.20%   +3.73%     
==========================================
  Files           4        4              
  Lines         196      215      +19     
==========================================
+ Hits          144      166      +22     
+ Misses         46       44       -2     
+ Partials        6        5       -1     
Flag Coverage Δ
unittests 77.20% <100.00%> (+3.73%) ⬆️

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

Impacted Files Coverage Δ
tracerProvider.go 89.58% <100.00%> (+3.98%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@denopink denopink left a comment

Choose a reason for hiding this comment

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

lgtm 🍻

config.go Outdated

// NoParent decides if a root span should be initiated in the case where there is no existing parent
// This value is ignored if ParentBased = "ignore"
// "never" is the default value
Copy link
Member

Choose a reason for hiding this comment

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

Is there a value of always also available?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, there is. I'll add it to the comment as well.

@sonarcloud
Copy link

sonarcloud bot commented Mar 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@renaz6 renaz6 merged commit d3d54e4 into main Mar 1, 2023
@renaz6 renaz6 deleted the improveConfigs branch March 1, 2023 17:12
@renaz6 renaz6 mentioned this pull request Mar 1, 2023
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.

Make Tracing Options More Configurable
4 participants