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

Return proto status for OTLP receiver when failed #1788

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

bogdandrutu
Copy link
Member

Fixes #1357

Copy link
Member

@tigrannajaryan tigrannajaryan left a comment

Choose a reason for hiding this comment

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

Great, thanks.

receiver/otlpreceiver/otlp_test.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 15, 2020

Codecov Report

Merging #1788 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Impacted Files Coverage Δ
receiver/otlpreceiver/otlp.go 95.06% <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 b3a5cea...c7e8385. Read the comment docs.

@bogdandrutu bogdandrutu merged commit e00fdab into open-telemetry:master Sep 15, 2020
@bogdandrutu bogdandrutu deleted the returnproto branch September 15, 2020 22:57
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* 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 <[email protected]>

* Fix wrong function name in documentation header

Co-authored-by: Tyler Yahn <[email protected]>

* Fixed wording in WithProcessOwner documentation header

Co-authored-by: Tyler Yahn <[email protected]>

* 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 <[email protected]>
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…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] <[email protected]>

* go mod tidy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jeffreyc-splunk <[email protected]>
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.

OTLP/HTTP receiver does not respond with google.rpc.Status on 400
2 participants