feat: include endpoint in grpc logs by sk- · Pull Request #3362 · open-telemetry/opentelemetry-python

@sk-

We are getting many transient error warnings in production

```
Transient error <StatusCode.UNAVAILABLE: (14, 'unavailable')> encountered while exporting metrics, retrying in 1s.
```

but unfortunately they don't have enough information to debug the issue, as we have two exporters, one exporting to our internal metric system and another one exporting to Uptrace.

In this PR we add the endpoint to the warning. That would allow us to better debug tghe issue and rule out faulty parts ion our systems.

@sk- requested a review from a team

June 28, 2023 16:16

@sk- sk- changed the title feat: incluse endpoint in grpc transient error warning feat: include endpoint in grpc transient error warning

Jun 28, 2023

@sk- sk- changed the title feat: include endpoint in grpc transient error warning feat: include endpoint in grpc logs

Jun 28, 2023

pmcollins

@sk-

pmcollins

srikanthccv

@srikanthccv

@ocelotl

@ocelotl