Skip to content

Commit d46800e

Browse files
committed
file rename
1 parent 802b545 commit d46800e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc renamed to modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// * serverless/observability/tracing/serverless-tracing.adoc
77

88
:_mod-docs-content-type: CONCEPT
9-
[id="distr-tracing-tempo-key-concepts-of-distributed-tracing_{context}"]
9+
[id="distr-tracing-tempo-key-concepts-in-distributed-tracing_{context}"]
1010
= Key concepts in distributed tracing
1111

1212
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.

observability/distr_tracing/distr-tracing-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+1]
9+
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+1]
1010

1111
[role="_additional-resources"]
1212
.Additional resources

serverless/observability/tracing/serverless-tracing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc::[]
1010
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.
1111

1212
ifdef::openshift-enterprise[]
13-
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+1]
13+
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+1]
1414
endif::[]
1515

1616
ifdef::openshift-enterprise[]

service_mesh/v1x/ossm-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Jaeger records the execution of individual requests across the whole stack of mi
3838

3939
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.
4040

41-
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+2]
41+
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+2]
4242

4343
include::modules/jaeger-architecture.adoc[leveloffset=+2]
4444

service_mesh/v2x/ossm-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The {JaegerShortName} records the execution of individual requests across the wh
3737

3838
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.
3939

40-
include::modules/distr-tracing-tempo-key-concepts-of-distributed-tracing.adoc[leveloffset=+2]
40+
include::modules/distr-tracing-tempo-key-concepts-in-distributed-tracing.adoc[leveloffset=+2]
4141

4242
include::modules/distr-tracing-architecture.adoc[leveloffset=+2]
4343

0 commit comments

Comments
 (0)