Skip to content

Commit d4fae84

Browse files
authored
Merge pull request #59141 from bburt-rh/RHDEVDOCS-5034-dist-tracing-2.8-RNs
RHDEVDOCS-5034-dist-tracing-2.8-RNs
2 parents 613185b + d79912d commit d4fae84

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

_attributes/common-attributes.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,16 @@ endif::[]
113113
//distributed tracing
114114
:DTProductName: Red Hat OpenShift distributed tracing
115115
:DTShortName: distributed tracing
116-
:DTProductVersion: 2.7
116+
:DTProductVersion: 2.8
117117
:JaegerName: Red Hat OpenShift distributed tracing platform
118118
:JaegerShortName: distributed tracing platform
119-
:JaegerVersion: 1.39.0
119+
:JaegerVersion: 1.42.0
120120
:OTELName: Red Hat OpenShift distributed tracing data collection
121121
:OTELShortName: distributed tracing data collection
122-
:OTELVersion: 0.63.1
122+
:OTELVersion: 0.74.0
123+
:TempoName: Tempo Operator
124+
:TempoShortName: Tempo
125+
:TempoVersion: 0.1.0
123126
//logging
124127
:logging-title: logging subsystem for Red Hat OpenShift
125128
:logging-title-uc: Logging subsystem for Red Hat OpenShift

modules/distr-tracing-rn-new-features.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Result – If changed, describe the current user experience.
1313

1414
This release adds improvements related to the following components and concepts.
1515

16+
== New features and enhancements {DTProductName} 2.8
17+
18+
This release of {DTProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
19+
20+
=== Component versions supported in {DTProductName} version 2.8
21+
22+
[options="header"]
23+
|===
24+
|Operator |Component |Version
25+
|{JaegerName}
26+
|Jaeger
27+
|1.42
28+
29+
|{OTELName}
30+
|OpenTelemetry
31+
|0.74.0
32+
33+
|{TempoName}
34+
|{TempoShortName}
35+
|0.1.0
36+
|===
37+
1638
== New features and enhancements {DTProductName} 2.7
1739

1840
This release of {DTProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.

modules/distr-tracing-rn-technology-preview.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ Technology Preview features are not supported with Red Hat production service le
1818
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
1919
====
2020

21+
== {DTProductName} 2.8.0 Technology Preview
22+
23+
This release introduces support for {TempoName} as a Technology Preview feature for {DTProductName}.
24+
The feature uses version 0.1.0 of {TempoName} and version 2.0.1 of the upstream {TempoShortName} components.
25+
26+
You can use {TempoName} to replace Jaeger so that you can use S3-compatible storage instead of ElasticSearch.
27+
Most users who use {TempoName} instead of Jaeger will not notice any difference in functionality because {TempoShortName} supports the same ingestion and query protocols as Jaeger and uses the same user interface.
28+
29+
If you enable this Technology Preview feature, note the following limitations of the current implementation:
30+
31+
* {TempoName} currently does not support disconnected installations. (link:https://issues.redhat.com/browse/TRACING-3145[TRACING-3145])
32+
33+
* When you use the Jaeger user interface (UI) with {TempoName}, the Jaeger UI lists only services that have sent traces within the last 15 minutes.
34+
For services that have not sent traces within the last 15 minutes, those traces are still stored even though they are not visible in the Jaeger UI. (link:https://issues.redhat.com/browse/TRACING-3139[TRACING-3139])
35+
36+
Expanded support for the Tempo Operator is planned for future releases of {DTProductName}.
37+
Possible additional features might include support for TLS authentication, multitenancy, and multiple clusters.
38+
For more information about the Tempo Operator, see link:https://tempo-operator.netlify.app[the Tempo community documentation].
39+
2140
== {DTProductName} 2.4.0 Technology Preview
2241

2342
This release also adds support for auto-provisioning certificates using the Red Hat Elasticsearch Operator.

0 commit comments

Comments
 (0)