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

Fix license header, typos and lints. #160

Merged
merged 2 commits into from
Jul 17, 2019
Merged

Conversation

songy23
Copy link
Member

@songy23 songy23 commented Jul 16, 2019

No description provided.

Copy link
Contributor

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

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

LGTM. @songy23 do you have the different tools/settings that you mentioned on issue #155? It will be good to put those in place too.

receiver/prometheusreceiver/internal/internal_test.go Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Jul 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@92adf08). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #160   +/-   ##
=========================================
  Coverage          ?   71.74%           
=========================================
  Files             ?      103           
  Lines             ?     6014           
  Branches          ?        0           
=========================================
  Hits              ?     4315           
  Misses            ?     1476           
  Partials          ?      223
Impacted Files Coverage Δ
service/builder/builder.go 0% <ø> (ø)
internal/collector/telemetry/process_telemetry.go 0% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92adf08...ff01089. Read the comment docs.

@songy23
Copy link
Member Author

songy23 commented Jul 16, 2019

do you have the different tools/settings that you mentioned on issue #155? It will be good to put those in place too.

I'm not sure if there's a similar tool in open source. I'll take a look at the CI config of other Go github repos.

@songy23 songy23 self-assigned this Jul 16, 2019
Copy link
Member

@tigrannajaryan tigrannajaryan left a comment

Choose a reason for hiding this comment

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

Thanks for tidying up the source code.
LGTM, with tiny nit on commit message

Rule 4. Do not end the subject line with a period

@songy23
Copy link
Member Author

songy23 commented Jul 17, 2019

Thanks, commit messages fixed.

@pjanotti pjanotti merged commit a72d9e5 into open-telemetry:master Jul 17, 2019
@songy23 songy23 deleted the license branch July 17, 2019 20:25
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* Add Stackdriver Trace exporter for trace.

TODOs for future work is:

* to replace bundler.Bundler

* to add proper tests for the exporter

* to move the exporter to proper repository once it will be created.

* Change to use functions for the exporter initialization instead of
passing option struct directly.
This fix is aliging the same fix for Jaeger (open-telemetry#146, open-telemetry#161)

* Change Option struct to be function type

* Change the original Option struct to be private

* Add line comments to maxMessageEventsPerSpan to leave it for future implementation

* Fix unnessesary expressions specified by `make precommit`

Left errors by `make precommit` in experimental/bridge/opentracing.

* Ran make precommit

* Add new line at EOF

* WIP: Start implementing BatchSpanExporter interfaces

* Change to use RegisterSpanProcessor to register bsp

* Change function names to fit current implementation of sdk

* Removed google.golang.org/api/support/bundler and implement ssp and bsp

* Change spanProcessor as a member of Exporter.

* Fix option names used for BatchSpanProcessor initialization.

* Change Exporter.Shutdown just to unregister spanProcessor.

* Removed copyright statements of OpenCensus.

* Fix small typo and EOF new line

* Fix interfaces of ExportSpan/ExportSpans to meet SpanSyncer/SpanBatcher

* Change to follow context.Context passed in ExportSpan/ExportSpans

* Fix Stackdriver Exporter to hold sync.Once to lock when it is registered and
unregistered.
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
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.

4 participants