-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rename OpenTelemetry Service to Collector in docs and comments #354
Conversation
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.
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 |
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.
The OpenTelemetry Collector (both the Agent and Collector) is configured via a | |
The OpenTelemetry Collector is configured via a |
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.
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). |
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.
the OpenTelemetry Collector (either the Agent or Collector). | |
the OpenTelemetry Collector. |
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.
Fixed.
This begins implementation of open-telemetry#352
291e5d5
to
06e74e6
Compare
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
======================================
Coverage 74.4% 74.4%
======================================
Files 115 115
Lines 6708 6708
======================================
Hits 4991 4991
Misses 1470 1470
Partials 247 247
Continue to review full report at Codecov.
|
@owais @pjanotti @flands @bogdandrutu please review. |
* 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
* Adopt Range in integration tests * Update Smart Agent to 5.10.2
Signed-off-by: birca <[email protected]>
This begins implementation of #352