We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
host.ReportFatalError
processor/remotetap
Refactor to remove use of host.ReportFatalError, you can use settings.TelemetrySettings.ReportStatus(component.NewFatalErrorEvent(err)) instead.
settings.TelemetrySettings.ReportStatus(component.NewFatalErrorEvent(err))
See #30505 for an example.
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
[chore] remotetap processor ReportFatalError -> ReportStatus (#30570)
f90f3b6
Remove use of deprecated host.ReportFatalError Linked to #30501 Fixes #30585 Signed-off-by: Alex Boten <aboten@lightstep.com>
[chore] remotetap processor ReportFatalError -> ReportStatus (open-te…
5efad07
…lemetry#30570) Remove use of deprecated host.ReportFatalError Linked to open-telemetry#30501 Fixes open-telemetry#30585 Signed-off-by: Alex Boten <aboten@lightstep.com>
codeboten
Successfully merging a pull request may close this issue.
Component(s)
processor/remotetap
Describe the issue you're reporting
Refactor to remove use of
host.ReportFatalError
, you can usesettings.TelemetrySettings.ReportStatus(component.NewFatalErrorEvent(err))
instead.See #30505 for an example.
The text was updated successfully, but these errors were encountered: