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

Reorganize the receiver proto #2426

Merged
merged 3 commits into from Mar 31, 2019
Merged

Reorganize the receiver proto #2426

merged 3 commits into from Mar 31, 2019

Conversation

wu-sheng
Copy link
Member

@wu-sheng wu-sheng commented Mar 30, 2019

Hi, besides the skywalking native formats(protos), now we have a lot of proto files from envoy, istio, gogo etc. Right now, we keep them in different receiver, which make some common proto files duplicate, such as gogoproto or google/api.

In this PR, I move all of them in to receiver-proto and make sure there is the only copy of each proto.

And, I added jaeger collector grpc proto and it dependency in, with LICENSE file changed/added.

@wu-sheng wu-sheng added backend OAP backend related. feature New feature labels Mar 30, 2019
@wu-sheng wu-sheng added this to the 6.1.0 milestone Mar 30, 2019
}

service CollectorService {
rpc PostSpans(PostSpansRequest) returns (PostSpansResponse) {
Copy link
Member Author

Choose a reason for hiding this comment

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

@yurishkuro This is the entrance grpc method of jaeger spans, right? All span should be collected through this.

Choose a reason for hiding this comment

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

yes

@coveralls
Copy link

Coverage Status

Coverage increased (+1.5%) to 15.409% when pulling 3a11ec0 on jaeger-receiver into e6a7720 on master.

Copy link
Contributor

@hanahmily hanahmily left a comment

Choose a reason for hiding this comment

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

/lgtm

@wu-sheng wu-sheng merged commit 315c0e6 into master Mar 31, 2019
@wu-sheng wu-sheng deleted the jaeger-receiver branch March 31, 2019 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend OAP backend related. feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants