File tree 1 file changed +3
-3
lines changed
content/pt/docs/languages/python
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cSpell:ignore: httpx instrumentor uninstrument
8
8
9
9
{{% docs/languages/libraries-intro "python" %}}
10
10
11
- ## Usar bibliotecas de instrumentação {#use-instrumentation-libraries}
11
+ ## Use bibliotecas de instrumentação {#use-instrumentation-libraries}
12
12
13
13
Se uma biblioteca não oferece suporte nativo ao OpenTelemetry, você pode usar
14
14
[ bibliotecas de instrumentação] ( /docs/specs/otel/glossary/#instrumentation-library )
@@ -71,7 +71,7 @@ async with httpx.AsyncClient() as client:
71
71
72
72
### Desativar instrumentações {#turn-off-instrumentations}
73
73
74
- Se necessário, você pode desinstalar a instrumentação clientes específicas ou
74
+ Se necessário, você pode desinstrumentar clientes específicos ou
75
75
todos os clientes usando o método ` uninstrument_client ` . Por exemplo:
76
76
77
77
``` python
@@ -90,7 +90,7 @@ HTTPXClientInstrumentor().uninstrument()
90
90
91
91
## Bibliotecas de instrumentação disponíveis {#available-instrumentation-libraries}
92
92
93
- Uma lista completa de bibliotecas de instrumentação elaboradas pelo
93
+ Uma lista completa de bibliotecas de instrumentação produzidas pelo
94
94
OpenTelemetry está disponível no repositório [ opentelemetry-python-contrib] [ ] .
95
95
96
96
Você também pode encontrar mais instrumentações disponíveis em
You can’t perform that action at this time.
0 commit comments