-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Return proto status for OTLP receiver when failed #1788
Conversation
f248b23
to
d9e0d7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
d9e0d7c
to
c7e8385
Compare
Codecov Report
@@ Coverage Diff @@
## master #1788 +/- ##
=======================================
Coverage 91.66% 91.66%
=======================================
Files 262 262
Lines 18602 18603 +1
=======================================
+ Hits 17051 17052 +1
Misses 1118 1118
Partials 433 433
Continue to review full report at Codecov.
|
* WIP: OS and Process resource detectors * Completed documentation headers * Added empty test files for OS and Process resource functions * Split long line * Added resource.WithOS function test * Added resource.WithProcess* functions tests * Renamed osDetector and WithOS function to better reflect they only add the os.type attribute * Updated changelog * WIP: possible use of wrappers for getting attribute values * Refined implementation of wrapper functions providing os/runtime/user information * Added PR number to new changelog entries Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Fix wrong function name in documentation header Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Fixed wording in WithProcessOwner documentation header Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Updated osTypeDetector * Replaced ToUpper with ToLower to match the current convention. * Used runtimeOS provider to get the OS name. * Adapted WithOSType test to mock runtime providers Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
…pen-telemetry#1788) * Bump github.com/signalfx/signalfx-go from 1.21.0 to 1.22.0 in /tests Bumps [github.com/signalfx/signalfx-go](https://github.com/signalfx/signalfx-go) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/signalfx/signalfx-go/releases) - [Changelog](https://github.com/signalfx/signalfx-go/blob/master/CHANGELOG.md) - [Commits](signalfx/signalfx-go@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: github.com/signalfx/signalfx-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jeffreyc-splunk <jeffreyc@splunk.com>
Fixes #1357