Skip to content

Commit b0f9c25

Browse files
authored
Merge pull request #62410 from max-cx/distributed-tracing-2.9
Distributed tracing 2.9
2 parents 057d03a + 559fbbc commit b0f9c25

File tree

108 files changed

+3374
-730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3374
-730
lines changed

_attributes/common-attributes.adoc

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,20 @@ ifdef::openshift-origin[]
114114
:CNVSubscriptionSpecName: community-kubevirt-hyperconverged
115115
endif::[]
116116
//distributed tracing
117-
:DTProductName: Red Hat OpenShift distributed tracing
118-
:DTShortName: distributed tracing
119-
:DTProductVersion: 2.8
120-
:JaegerName: Red Hat OpenShift distributed tracing platform
121-
:JaegerShortName: distributed tracing platform
122-
:JaegerVersion: 1.42.0
117+
:DTProductName: Red Hat OpenShift distributed tracing platform
118+
:DTShortName: distributed tracing platform
119+
:DTProductVersion: 2.9
120+
:JaegerName: Red Hat OpenShift distributed tracing platform (Jaeger)
121+
:JaegerShortName: distributed tracing platform (Jaeger)
122+
:JaegerVersion: 1.47.0
123123
:OTELName: Red Hat OpenShift distributed tracing data collection
124124
:OTELShortName: distributed tracing data collection
125-
:OTELVersion: 0.74.0
126-
:TempoName: Tempo Operator
127-
:TempoShortName: Tempo
128-
:TempoVersion: 0.1.0
125+
:OTELOperator: Red Hat OpenShift distributed tracing data collection Operator
126+
:OTELVersion: 0.81.0
127+
:TempoName: Red Hat OpenShift distributed tracing platform (Tempo)
128+
:TempoShortName: distributed tracing platform (Tempo)
129+
:TempoOperator: Tempo Operator
130+
:TempoVersion: 2.1.1
129131
//logging
130132
:logging-title: logging subsystem for Red Hat OpenShift
131133
:logging-title-uc: Logging subsystem for Red Hat OpenShift

_topic_maps/_topic_map.yml

Lines changed: 57 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,25 +3603,68 @@ Dir: distr_tracing
36033603
Distros: openshift-enterprise
36043604
Topics:
36053605
- Name: Distributed tracing release notes
3606-
File: distributed-tracing-release-notes
3606+
Dir: distr_tracing_rn
3607+
Topics:
3608+
- Name: "2.9"
3609+
File: distr-tracing-rn-2-9
3610+
- Name: "2.8"
3611+
File: distr-tracing-rn-2-8
3612+
- Name: "2.7"
3613+
File: distr-tracing-rn-2-7
3614+
- Name: "2.6"
3615+
File: distr-tracing-rn-2-6
3616+
- Name: "2.5"
3617+
File: distr-tracing-rn-2-5
3618+
- Name: "2.4"
3619+
File: distr-tracing-rn-2-4
3620+
- Name: "2.3"
3621+
File: distr-tracing-rn-2-3
3622+
- Name: "2.2"
3623+
File: distr-tracing-rn-2-2
3624+
- Name: "2.1"
3625+
File: distr-tracing-rn-2-1
3626+
- Name: "2.0"
3627+
File: distr-tracing-rn-2-0
36073628
- Name: Distributed tracing architecture
36083629
Dir: distr_tracing_arch
36093630
Topics:
36103631
- Name: Distributed tracing architecture
36113632
File: distr-tracing-architecture
3612-
- Name: Distributed tracing installation
3613-
Dir: distr_tracing_install
3614-
Topics:
3615-
- Name: Installing distributed tracing
3616-
File: distr-tracing-installing
3617-
- Name: Configuring the distributed tracing platform
3618-
File: distr-tracing-deploying-jaeger
3619-
- Name: Configuring distributed tracing data collection
3620-
File: distr-tracing-deploying-otel
3621-
- Name: Upgrading distributed tracing
3622-
File: distr-tracing-updating
3623-
- Name: Removing distributed tracing
3624-
File: distr-tracing-removing
3633+
- Name: Distributed tracing platform (Jaeger)
3634+
Dir: distr_tracing_jaeger
3635+
Topics:
3636+
- Name: Installation
3637+
File: distr-tracing-jaeger-installing
3638+
- Name: Configuration
3639+
File: distr-tracing-jaeger-configuring
3640+
- Name: Updating
3641+
File: distr-tracing-jaeger-updating
3642+
- Name: Removal
3643+
File: distr-tracing-jaeger-removing
3644+
- Name: Distributed tracing platform (Tempo)
3645+
Dir: distr_tracing_tempo
3646+
Topics:
3647+
- Name: Installation
3648+
File: distr-tracing-tempo-installing
3649+
- Name: Configuration
3650+
File: distr-tracing-tempo-configuring
3651+
- Name: Updating
3652+
File: distr-tracing-tempo-updating
3653+
- Name: Removal
3654+
File: distr-tracing-tempo-removing
3655+
- Name: Distributed tracing data collection (OpenTelemetry)
3656+
Dir: distr_tracing_otel
3657+
Topics:
3658+
- Name: Installation
3659+
File: distr-tracing-otel-installing
3660+
- Name: Configuration
3661+
File: distr-tracing-otel-configuring
3662+
- Name: Use
3663+
File: distr-tracing-otel-using
3664+
- Name: Migration
3665+
File: distr-tracing-otel-migrating
3666+
- Name: Removal
3667+
File: distr-tracing-otel-removing
36253668
---
36263669
Name: Virtualization
36273670
Dir: virt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../images/
1+
../../images/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../modules/
1+
../../modules/

distr_tracing/distr_tracing_config/images

Lines changed: 0 additions & 1 deletion
This file was deleted.

distr_tracing/distr_tracing_config/modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

distr_tracing/distr_tracing_install/distr-tracing-deploying-jaeger.adoc

Lines changed: 0 additions & 94 deletions
This file was deleted.

distr_tracing/distr_tracing_install/distr-tracing-deploying-otel.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.

distr_tracing/distr_tracing_install/images

Lines changed: 0 additions & 1 deletion
This file was deleted.

distr_tracing/distr_tracing_install/modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)