-
Notifications
You must be signed in to change notification settings - Fork 773
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
Updating ReadMEs for Jaeger, Zipkin, OTLP exporters #1591
Updating ReadMEs for Jaeger, Zipkin, OTLP exporters #1591
Conversation
* `Endpoint`: Target to which the exporter is going to send traces or metrics. | ||
* `Credentials`: Client-side channel credentials. | ||
* `Headers`: Optional headers for the connection. | ||
* `ChannelOptions`: gRPC channel options. | ||
* `ExportProcessorType`: Whether the exporter should use | ||
[Batch or Simple base exporter](https://github.com/open-telemetry/opentelemetry-dotnet/tree/master/src/OpenTelemetry#introduction) |
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.
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.
Ah I linked to the API intro where it mentioned those but this is a better, more guided and specific reference. Thanks I'll update it.
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.
Most of the time, linking to spec is right, as its our source of truth! For anything specific to .NET implementation (this repo), we should link to this repo itself.
Agree. We can have docs explain the concepts, and also explain options which requires some explanation. And then simply link to the actual class file for the full list of option. (Lets address this separately, as we need to do it for pretty much all instrumentation) |
Co-authored-by: Cijo Thomas <[email protected]>
One thought: Does the ReadMe look too cluttered this way? We are listing every option available in configuring the exporter. The descriptions are brief, but it is still a bullet point of 5-ish entries each. @reyang @cijothomas @eddynaka please advise.
Changes
#1584 #1587 #1504 all added the batch exporter and exporter type properties. We include these in the ReadMEs.
#1557 and #1572 removed the ServiceName option from Otlp and Jaeger Exporters. We removed these from ReadMes.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes