-
Notifications
You must be signed in to change notification settings - Fork 2.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
[receiver/mongodbatlasreceiver] Remove deprecated use of host.ReportFatalError #30595
Closed
Tracked by
#30501
Labels
Comments
21 tasks
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
crobert-1
added
bug
Something isn't working
and removed
needs triage
New item requiring triage
labels
Jan 16, 2024
codeboten
pushed a commit
to codeboten/opentelemetry-collector-contrib
that referenced
this issue
Jan 17, 2024
Remove use of deprecated host.ReportFatalError Linked to open-telemetry#30501 Fixes open-telemetry#30595 Signed-off-by: Alex Boten <aboten@lightstep.com>
djaglowski
pushed a commit
that referenced
this issue
Jan 17, 2024
mfyuce
pushed a commit
to mfyuce/opentelemetry-collector-contrib
that referenced
this issue
Jan 18, 2024
…telemetry#30630) Remove use of deprecated host.ReportFatalError Linked to open-telemetry#30501 Fixes open-telemetry#30595 Signed-off-by: Alex Boten <aboten@lightstep.com>
cparkins
pushed a commit
to AmadeusITGroup/opentelemetry-collector-contrib
that referenced
this issue
Feb 1, 2024
…telemetry#30630) Remove use of deprecated host.ReportFatalError Linked to open-telemetry#30501 Fixes open-telemetry#30595 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
Component(s)
receiver/mongodbatlas
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: