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

[receiver/kafkareceiver] Remove deprecated use of host.ReportFatalError #30593

Closed
Tracked by #30501
atoulme opened this issue Jan 16, 2024 · 1 comment · Fixed by #30610
Closed
Tracked by #30501

[receiver/kafkareceiver] Remove deprecated use of host.ReportFatalError #30593

atoulme opened this issue Jan 16, 2024 · 1 comment · Fixed by #30610
Assignees
Labels
bug Something isn't working receiver/kafka

Comments

@atoulme
Copy link
Contributor

atoulme commented Jan 16, 2024

Component(s)

receiver/kafka

Describe the issue you're reporting

Refactor to remove use of host.ReportFatalError, you can use settings.TelemetrySettings.ReportStatus(component.NewFatalErrorEvent(err)) instead.

See #30505 for an example.

@atoulme atoulme added the needs triage New item requiring triage label Jan 16, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@crobert-1 crobert-1 added bug Something isn't working and removed needs triage New item requiring triage labels Jan 16, 2024
@codeboten codeboten self-assigned this Jan 16, 2024
codeboten pushed a commit that referenced this issue Jan 16, 2024
Remove use of deprecated host.ReportFatalError

Linked to
#30501
Fixes #30593

Signed-off-by: Alex Boten <aboten@lightstep.com>
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this issue Feb 1, 2024
…ry#30610)

Remove use of deprecated host.ReportFatalError

Linked to
open-telemetry#30501
Fixes open-telemetry#30593

Signed-off-by: Alex Boten <aboten@lightstep.com>
anthoai97 pushed a commit to anthoai97/opentelemetry-collector-contrib that referenced this issue Feb 12, 2024
…ry#30610)

Remove use of deprecated host.ReportFatalError

Linked to
open-telemetry#30501
Fixes open-telemetry#30593

Signed-off-by: Alex Boten <aboten@lightstep.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working receiver/kafka
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants