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

Move shutdown telemetry to Service #6765

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

bogdandrutu
Copy link
Member

This removes any "private" dependency between Collector and Service and will allow to move collector to otelcol per the deprecation notice.

Updates #5564

@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Base: 89.64% // Head: 89.64% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (42ccddc) compared to base (8222571).
Patch coverage: 70.83% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6765   +/-   ##
=======================================
  Coverage   89.64%   89.64%           
=======================================
  Files         246      245    -1     
  Lines       14302    14245   -57     
=======================================
- Hits        12821    12770   -51     
+ Misses       1231     1225    -6     
  Partials      250      250           
Impacted Files Coverage Δ
service/collector.go 76.92% <66.66%> (+0.16%) ⬆️
service/service.go 67.76% <66.66%> (-1.20%) ⬇️
service/telemetry.go 88.46% <75.00%> (-0.43%) ⬇️
config/exporter.go 0.00% <0.00%> (-100.00%) ⬇️
config/receiver.go 0.00% <0.00%> (-100.00%) ⬇️
config/connector.go 0.00% <0.00%> (-100.00%) ⬇️
config/extension.go 0.00% <0.00%> (-100.00%) ⬇️
config/processor.go 0.00% <0.00%> (-100.00%) ⬇️
receiver/otlpreceiver/factory.go 87.23% <0.00%> (-0.27%) ⬇️
... and 29 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

This removes any "private" dependency between Collector and Service and will allow to move collector to otelcol per the deprecation notice.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu bogdandrutu merged commit 489e478 into open-telemetry:main Dec 13, 2022
@bogdandrutu bogdandrutu deleted the shutdowntel branch December 13, 2022 00:02
jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
This removes any "private" dependency between Collector and Service and will allow to move collector to otelcol per the deprecation notice.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
jaronoff97 pushed a commit to lightstep/opentelemetry-collector that referenced this pull request Dec 14, 2022
This removes any "private" dependency between Collector and Service and will allow to move collector to otelcol per the deprecation notice.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
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.

2 participants