-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Prettify es and pt shortcodes too (#5676)
Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 12 additions & 9 deletions
21
layouts/shortcodes/es/docs/languages/instrumentation-intro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
[Instrumentar](/docs/concepts/instrumentation/) consiste en añadir el código de observabilidad a una app. | ||
[Instrumentar](/docs/concepts/instrumentation/) consiste en añadir el código de | ||
observabilidad a una app. | ||
|
||
Si estás instrumentando una app, necesitas usar el SDK de OpenTelemetry para tu lenguaje. | ||
Luego debes usar el SDK para inicializar OpenTelemetry y la API para instrumentar tu código. | ||
Esto emitirá telemetría desde tu app, y de cualquier librería que hayas instalado que | ||
también esté instrumentada. | ||
Si estás instrumentando una app, necesitas usar el SDK de OpenTelemetry para tu | ||
lenguaje. Luego debes usar el SDK para inicializar OpenTelemetry y la API para | ||
instrumentar tu código. Esto emitirá telemetría desde tu app, y de cualquier | ||
librería que hayas instalado que también esté instrumentada. | ||
|
||
Si estás instrumentando una librería, tan solo instala el paquete de OpenTelemetry API para tu lenguaje. | ||
Tu librería no emitirá telemetría por si sola. Solo lo hará cuando sea parte de una app que use el SDK | ||
de OpenTelemetry. Para más información sobre instrumentación de librerías, consulta | ||
Si estás instrumentando una librería, tan solo instala el paquete de | ||
OpenTelemetry API para tu lenguaje. Tu librería no emitirá telemetría por si | ||
sola. Solo lo hará cuando sea parte de una app que use el SDK de OpenTelemetry. | ||
Para más información sobre instrumentación de librerías, consulta | ||
[Librerías](/docs/concepts/instrumentation/libraries/). | ||
|
||
Para más información sobre la API y el SDK de OpenTelemetry, consulta la [especificación](/docs/specs/otel/). | ||
Para más información sobre la API y el SDK de OpenTelemetry, consulta la | ||
[especificación](/docs/specs/otel/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters