-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix logs exporter module name #3951
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| import io.opentelemetry.exporter.otlp.internal.logs.LogsRequestMarshaler; | ||
| import java.io.InputStream; | ||
|
|
||
| // Adapted from the protoc generated code for LogsServiceGrpc. | ||
| /** Adapted from the protoc generated code for LogsServiceGrpc. */ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't really javadoc so a comment it more appropriate. Let's revert this change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I realized my comment was in "pending status". 🤦🏽
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I don't follow this - spotless is currently passing right? Let's go ahead and revert this - this is an internal class so it doesn't need real javadoc, this is an implementation detail comment targeted at code authors, not docs for end users. We like to make that distinction where possible.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see, already revert |
||
| final class MarshalerLogsServiceGrpc { | ||
|
|
||
| private static final String SERVICE_NAME = "opentelemetry.proto.collector.logs.v1.LogsService"; | ||
|
|
||
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.
I think @anuraaga had deliberately not made this a Javadoc comment. Anuraag, can you confirm?