Pablo Álvarez Córdoba

Results 11 issues of Pablo Álvarez Córdoba

When you call `HTTPXClientInstrumentor.instrument`, what happens in `HTTPXClientInstrumentor._instrument`, is that it creates subclasses of `httpx.Client`and `httpx.AsyncClient`, and replaces httpx clients with those subclasses: https://github.com/open-telemetry/opentelemetry-python-contrib/blob/8fd2105ceae604cf39a67f1c4dd154753b43fcd1/instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx/__init__.py#L569-L570 The problem with this approach is...

documentation