1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

file rename

This commit is contained in:
Max Leonov
2025-09-22 16:33:31 +02:00
committed by openshift-cherrypick-robot
parent a1ad284319
commit 88934fe1e1
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
// * serverless/observability/tracing/serverless-tracing.adoc
:_mod-docs-content-type: CONCEPT
[id="distr-tracing-tempo-key-concepts-of-distributed-tracing_{context}"]
[id="distr-tracing-tempo-key-concepts-in-distributed-tracing_{context}"]
= Key concepts in distributed tracing
Every time a user takes an action in an application, a request is executed by the architecture that may require dozens of different services to participate to produce a response.

View File

@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
toc::[]
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+1]
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources

View File

@@ -10,7 +10,7 @@ toc::[]
Distributed tracing records the path of a request through the various services that make up an application. It is used to tie information about different units of work together, to understand a whole chain of events in a distributed transaction. The units of work might be executed in different processes or hosts.
ifdef::openshift-enterprise[]
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+1]
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+1]
endif::[]
ifdef::openshift-enterprise[]

View File

@@ -38,7 +38,7 @@ Jaeger records the execution of individual requests across the whole stack of mi
A *span* represents a logical unit of work in Jaeger that has an operation name, the start time of the operation, and the duration. Spans may be nested and ordered to model causal relationships.
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+2]
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+2]
include::modules/jaeger-architecture.adoc[leveloffset=+2]

View File

@@ -37,7 +37,7 @@ The {JaegerShortName} records the execution of individual requests across the wh
A *span* represents a logical unit of work that has an operation name, the start time of the operation, and the duration. Spans may be nested and ordered to model causal relationships.
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+2]
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+2]
include::modules/distr-tracing-architecture.adoc[leveloffset=+2]