-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into collector-security
- Loading branch information
Showing
232 changed files
with
1,221 additions
and
222 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
analyse | ||
analyser | ||
avec | ||
collecter | ||
collectez | ||
comportement | ||
contenant | ||
créez | ||
dans | ||
découvrez | ||
définie | ||
démo | ||
dessous | ||
données | ||
d'utiliser | ||
efficace | ||
entièrement | ||
être | ||
générer | ||
gratuit | ||
indépendant | ||
instrumenter | ||
intégrations | ||
langages | ||
librairies | ||
logiciels | ||
métriques | ||
nombreux | ||
nombreuses | ||
observabilité | ||
outils | ||
permet | ||
permettant | ||
projet | ||
projets | ||
peut | ||
qualité | ||
savoir | ||
s'intègre | ||
supporte | ||
supporté | ||
tant | ||
télémétrie | ||
transmettez | ||
universelle | ||
utilisé | ||
visuel | ||
votre | ||
vous |
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,5 +1,6 @@ | ||
desserializa | ||
desserializar | ||
autoinstrumentação | ||
autoconsistentes | ||
serialização | ||
verbosidade | ||
verbosidade |
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
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
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
Submodule opentelemetry-specification
updated
21 files
+13 −0 | .github/scripts/triage-helper/Pipfile | |
+398 −0 | .github/scripts/triage-helper/Pipfile.lock | |
+156 −0 | .github/scripts/triage-helper/app.py | |
+28 −0 | .github/workflows/triage-followup.yml | |
+4 −1 | .gitignore | |
+40 −0 | CHANGELOG.md | |
+4 −0 | CONTRIBUTING.md | |
+43 −71 | issue-management.md | |
+20 −19 | spec-compliance-matrix.md | |
+6 −0 | specification/common/README.md | |
+1 −1 | specification/configuration/README.md | |
+10 −6 | specification/glossary.md | |
+28 −27 | specification/logs/bridge-api.md | |
+14 −10 | specification/logs/event-api.md | |
+10 −0 | specification/logs/event-sdk.md | |
+6 −0 | specification/logs/sdk.md | |
+12 −17 | specification/metrics/api.md | |
+13 −9 | specification/metrics/sdk.md | |
+7 −18 | specification/trace/api.md | |
+23 −12 | specification/trace/sdk.md | |
+12 −12 | specification/trace/tracestate-probability-sampling-experimental.md |
Submodule semantic-conventions
updated
323 files
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: Propagación de contexto | ||
weight: 10 | ||
description: Aprende sobre el concepto que habilita el trazado distribuido. | ||
default_lang_commit: 4966f752eb35f97c095ed1c813972c2ab38f0b1a | ||
--- | ||
|
||
Con la propagación de contexto, [Señales](/docs/concepts/signals) pueden | ||
correlacionarse entre sí, independientemente de dónde se generen. Aunque no está | ||
limitado a las trazas, la propagación de contexto permite que las | ||
[trazas](/docs/concepts/signals/traces) construyan información causal sobre un | ||
sistema a través de servicios que están distribuidos arbitrariamente a través de | ||
límites de procesos y redes. | ||
|
||
Para entender la propagación de contexto, necesitas comprender dos conceptos | ||
separados: contexto y propagación. | ||
|
||
## Contexto | ||
|
||
El contexto es un objeto que contiene la información para que el servicio emisor | ||
y receptor, o la | ||
[unidad de ejecución](/docs/specs/otel/glossary/#execution-unit), puedan | ||
correlacionar una señal con otra. | ||
|
||
Por ejemplo, si el servicio A llama al servicio B, entonces un span del servicio | ||
A cuyo ID está en el contexto será usado como el span padre para el próximo span | ||
creado en el servicio B. El ID de traza que está en el contexto también se usará | ||
para el siguiente span creado en el servicio B, lo que significa que el span es | ||
parte de la misma traza que el span del servicio A. | ||
|
||
## Propagación | ||
|
||
La propagación es el mecanismo que mueve el contexto entre servicios y procesos. | ||
Serializa o deserializa el objeto de contexto y proporciona la información | ||
relevante para ser propagada de un servicio a otro. | ||
|
||
La propagación generalmente es manejada por bibliotecas de instrumentación y es | ||
transparente para el usuario. En caso de que necesites propagar manualmente el | ||
contexto, puedes utilizar la | ||
[API de Propagadores](/docs/specs/otel/context/api-propagators/). | ||
|
||
OpenTelemetry mantiene varios propagadores oficiales. El propagador | ||
predeterminado utiliza los encabezados especificados por la especificación de | ||
[W3C TraceContext](https://www.w3.org/TR/trace-context/). | ||
|
||
## Especificación | ||
|
||
Para aprender más sobre la Propagación de Contexto, consulta la | ||
[especificación de Contexto](/docs/specs/otel/context/). |
Oops, something went wrong.