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

Update documentation for the OTLP exporter #1242

Merged
merged 3 commits into from
Oct 12, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 11, 2020

Update package documentation to reflect the contents of the package.

Fix lint issues by adding documentation for all exported types.

Update file comment location in otlp.go so golint does not interpret it as package documentation.

Update package documentation to reflect the contents of the package.

Fix lint issues by adding documentation for all exported types.

Update file comment location in otlp.go so golint does not interpret it
as package documentation.
@MrAlias MrAlias added documentation Provides helpful information release:required-for-ga Skip Changelog PRs that do not require a CHANGELOG.md entry labels Oct 11, 2020
@MrAlias MrAlias added this to the RC1 milestone Oct 11, 2020
@MrAlias MrAlias self-assigned this Oct 11, 2020
@MrAlias MrAlias added this to In progress in GA Burndown via automation Oct 11, 2020
exporters/otlp/options.go Outdated Show resolved Hide resolved
exporters/otlp/otlp.go Outdated Show resolved Hide resolved
GA Burndown automation moved this from In progress to Reviewer approved Oct 11, 2020
MrAlias and others added 2 commits October 11, 2020 11:50
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
@codecov
Copy link

codecov bot commented Oct 11, 2020

Codecov Report

Merging #1242 into master will decrease coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1242     +/-   ##
========================================
- Coverage    76.7%   76.7%   -0.1%     
========================================
  Files         130     130             
  Lines        5828    5828             
========================================
- Hits         4475    4471      -4     
- Misses       1105    1110      +5     
+ Partials      248     247      -1     
Impacted Files Coverage Δ
exporters/otlp/options.go 50.0% <ø> (ø)
exporters/otlp/otlp.go 76.9% <ø> (ø)
sdk/trace/batch_span_processor.go 74.1% <0.0%> (-4.4%) ⬇️
api/metric/metrictest/meter.go 100.0% <0.0%> (ø)
internal/metric/async.go
api/metric/metrictest/async.go 77.7% <0.0%> (ø)

@MrAlias MrAlias merged commit 7ecc555 into open-telemetry:master Oct 12, 2020
GA Burndown automation moved this from Reviewer approved to Done Oct 12, 2020
@MrAlias MrAlias deleted the otlp-lint branch October 12, 2020 02:57
@MrAlias MrAlias added this to Done in OpenTelemetry Go RC Oct 13, 2020
AzfaarQureshi pushed a commit to open-o11y/opentelemetry-go that referenced this pull request Dec 3, 2020
* Update documentation for the OTLP exporter

Update package documentation to reflect the contents of the package.

Fix lint issues by adding documentation for all exported types.

Update file comment location in otlp.go so golint does not interpret it
as package documentation.

* Apply suggestions from code review

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Provides helpful information Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants