You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`grpc.DialContext` has been deprecated in favor of `grpc.NewClient`. The
only difference relevant to our usage is that the context is no longer
passed in. I investigated, and the context being cancelled and exiting
the running sub-goroutine is [handled
internally](https://github.com/grpc/grpc-go/blob/d32e66ce27447a0a217464a36fdd3935801c0453/clientconn.go#L135)
in an equivalent way to how we were using `grpc.DialContext`, so there
shouldn't be any impact here.
Resolves#32297
Component(s)
cmd/telemetrygen
Describe the issue you're reporting
See an example in https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8628541634/job/23650975835?pr=32276#step:8:110
The text was updated successfully, but these errors were encountered: