Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
  • Loading branch information
marcorichetta and theletterf authored Oct 3, 2024
1 parent c420ed2 commit 2aad68c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/es/docs/languages/python/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ current_span.set_attribute("operation.other-stuff", [1, 2, 3])

### Agregar atributos semánticos

Los [Atributos Semánticos](/docs/specs/semconv/general/trace/) son
Los [atributos semánticos](/docs/specs/semconv/general/trace/) son
[atributos](/docs/concepts/signals/traces/#attributes) predefinidos que son
convenciones de nombres bien conocidas para tipos comunes de datos. Usar
Atributos Semánticos te permite normalizar este tipo de información en tus
atributos semánticos te permite normalizar este tipo de información en tus
sistemas.

Para usar los Atributos Semánticos en Python, asegúrate de tener instalado el
Para usar los atributos semánticos en Python, asegúrate de tener instalado el
paquete de convenciones semánticas:

```shell
Expand Down

0 comments on commit 2aad68c

Please sign in to comment.