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

Add .proto files and generate Go Protobufs #6

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

tigrannajaryan
Copy link
Member

This adds .proto file that matches the current spec at
https://github.com/open-telemetry/opamp-spec

I also added a makefile with gen-proto target to generate
the go Protobufs.

I suggest that we keep the .proto and generated files in
this repo for now to keep initial development fast. Kept in
"internal" for now to avoid leaking unwanted dependency.

We can move the .proto to a separate repository later if we
decide that's the right approach (similar to OTLP proto files).

Copy link
Member

@djaglowski djaglowski left a comment

Choose a reason for hiding this comment

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

Confirmed that make gen-proto works

CONTRIBUTING.md Outdated Show resolved Hide resolved
makefile Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
This adds .proto file that matches the current spec at
https://github.com/open-telemetry/opamp-spec

I also added a makefile with gen-proto target to generate
the go Protobufs.

I suggest that we keep the .proto and generated files in
this repo for now to keep initial development fast. Kept in
"internal" for now to avoid leaking unwanted dependency.

We can move the .proto to a separate repository later if we
decide that's the right approach (similar to OTLP proto files).
makefile Show resolved Hide resolved
@tigrannajaryan
Copy link
Member Author

@codeboten @Aneurysm9 ok to merge?

@tigrannajaryan
Copy link
Member Author

OK, merging, all comments resolved.

@tigrannajaryan tigrannajaryan merged commit b814e21 into open-telemetry:main Nov 10, 2021
@tigrannajaryan tigrannajaryan deleted the add-protobufs branch November 10, 2021 23:19
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.

5 participants