mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
include::modules/serverless-document-attributes.adoc[]
|
|
[id="serverless-tracing"]
|
|
= Tracing requests using Jaeger
|
|
:context: serverless-tracing
|
|
include::modules/common-attributes.adoc[]
|
|
|
|
toc::[]
|
|
|
|
Using Jaeger with {ServerlessProductName} allows you to enable _distributed tracing_ for your serverless applications on {product-title}.
|
|
|
|
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.
|
|
|
|
Developers can visualize call flows in large architectures with distributed tracing. which is useful for understanding serialization, parallelism, and sources of latency.
|
|
|
|
For more information about Jaeger, see xref:../jaeger/jaeger_arch/rhbjaeger-architecture.adoc#rhbjaeger-architecture[Jaeger architecture] and xref:../jaeger/jaeger_install/rhbjaeger-installation.adoc#rhbjaeger-installation[Installing Jaeger].
|
|
|
|
// Serverless specific modules
|
|
include::modules/serverless-jaeger-config.adoc[leveloffset=+1]
|