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

Rename OpenTelemetry Service to Collector in docs and comments #354

Merged

Conversation

tigrannajaryan
Copy link
Member

This begins implementation of #352

Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

LGTM as a starting point. I think we need to do some rephrasing here and there to disambiguate Collector since it's kind of overloading now.

README.md Outdated
@@ -123,7 +123,7 @@ exporting will resume.

## <a name="config"></a>Configuration

The OpenTelemetry Service (both the Agent and Collector) is configured via a
The OpenTelemetry Collector (both the Agent and Collector) is configured via a
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The OpenTelemetry Collector (both the Agent and Collector) is configured via a
The OpenTelemetry Collector is configured via a

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, thank you.

README.md Outdated
@@ -177,7 +177,7 @@ receivers:

An exporter is how you send data to one or more backends/destinations. One or
more exporters can be configured. By default, no exporters are configured on
the OpenTelemetry Service (either the Agent or Collector).
the OpenTelemetry Collector (either the Agent or Collector).
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
the OpenTelemetry Collector (either the Agent or Collector).
the OpenTelemetry Collector.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@codecov-io
Copy link

codecov-io commented Sep 17, 2019

Codecov Report

Merging #354 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #354   +/-   ##
======================================
  Coverage    74.4%   74.4%           
======================================
  Files         115     115           
  Lines        6708    6708           
======================================
  Hits         4991    4991           
  Misses       1470    1470           
  Partials      247     247
Impacted Files Coverage Δ
service/service.go 60.54% <100%> (ø) ⬆️

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 bc5b299...06e74e6. Read the comment docs.

@tigrannajaryan
Copy link
Member Author

@owais @pjanotti @flands @bogdandrutu please review.

@tigrannajaryan tigrannajaryan merged commit 7609eaa into open-telemetry:master Sep 19, 2019
@tigrannajaryan tigrannajaryan deleted the feature/tigran/rename branch September 19, 2019 15:46
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* Simplify Makefile

In particular, this change:
* Ensures that the race checker is always used for all tests
* Removes redundant commands
* Splits out `generate` and `lint` as their own commands
* Renames the `circle-ci` command to the more generic `ci`

* Use GOTEST_WITH_COVERAGE instead of old name

* Fix test-with-coverage command

* Fix test-386 command
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
* Adopt Range in integration tests

* Update Smart Agent to 5.10.2
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this pull request Oct 9, 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