-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OBSDOCS-2245: Release notes for Distributed Tracing and OpenTelemetry 3.7 #97682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="distr-tracing-product-overview_{context}"] | ||
= About this release | ||
|
||
{DTShortName} 3.7 is provided through the link:https://catalog.redhat.com/software/containers/rhosdt/tempo-operator-bundle/642c3e0eacf1b5bdbba7654a/history[{TempoOperator} 0.18.0] and based on the open source link:https://grafana.com/oss/tempo/[Grafana Tempo] 2.8.2. | ||
|
||
[NOTE] | ||
==== | ||
Some linked Jira tickets are accessible only with Red Hat credentials. | ||
==== |
10 changes: 5 additions & 5 deletions
10
modules/distr-tracing-product-overview.adoc → ...distr-tracing-tempo-product-overview.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr_tracing_rn/distr-tracing-rn-3-1-1.adoc | ||
// * observability/distr_tracing/distr_tracing_rn/distr-tracing-rn-past-releases.adoc | ||
// * observability/distr-tracing-architecture.adoc | ||
// * service_mesh/v2x/ossm-architecture.adoc | ||
// * serverless/serverless-tracing.adoc | ||
|
||
:_mod-docs-content-type: CONCEPT | ||
[id="distr-tracing-product-overview_{context}"] | ||
= Distributed tracing overview | ||
= About {DTShortName} | ||
|
||
As a service owner, you can use distributed tracing to instrument your services to gather insights into your service architecture. | ||
max-cx marked this conversation as resolved.
Show resolved
Hide resolved
|
||
You can use the {DTProductName} for monitoring, network profiling, and troubleshooting the interaction between components in modern, cloud-native, microservices-based applications. | ||
You can use {DTProductName} for monitoring, network profiling, and troubleshooting the interaction between components in modern, cloud-native, microservices-based applications. | ||
|
||
With the {DTShortName}, you can perform the following functions: | ||
With {DTShortName}, you can perform the following functions: | ||
|
||
* Monitor distributed transactions | ||
|
||
* Optimize performance and latency | ||
|
||
* Perform root cause analysis | ||
|
||
You can use {DTShortName} in combination with {OTELName}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="fixed-issues_{context}"] | ||
= Fixed issues | ||
|
||
This release fixes the following CVE: | ||
|
||
* link:https://access.redhat.com/security/cve/cve-2025-22874[CVE-2025-22874] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="deprecated-features_{context}"] | ||
= Deprecated features | ||
|
||
None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="new-features-and-enhancements_{context}"] | ||
= New features and enhancements | ||
|
||
Network policy to restrict API access:: | ||
With this update, the {TempoOperator} creates a network policy for the Operator to restrict access to the used APIs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="known-issues_{context}"] | ||
= Known issues | ||
|
||
Tempo query frontend fails to fetch trace JSON:: | ||
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
In the Jaeger UI, clicking on *Trace* and refreshing the page, or accessing *Trace* -> *Trace Timeline* -> *Trace JSON* from the Tempo query frontend, might result in the Tempo query pod failing with an EOF error. | ||
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
+ | ||
To work around this problem, use the distributed tracing UI plugin to view traces. | ||
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
+ | ||
link:https://issues.redhat.com/browse/TRACING-5483[TRACING-5483] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="removed-features_{context}"] | ||
= Removed features | ||
|
||
None. |
12 changes: 12 additions & 0 deletions
12
modules/distr-tracing-tempo-rn-technology-preview-features.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/distr_tracing/distr-tracing-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="technology-preview-features_{context}"] | ||
= Technology Preview features | ||
|
||
None. | ||
|
||
//:FeatureName: Each of these features | ||
//include::snippets/technology-preview.adoc[leveloffset=+1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="otel-product-overview_{context}"] | ||
= About this release | ||
|
||
{OTELName} 3.7 is provided through the link:https://catalog.redhat.com/software/containers/rhosdt/opentelemetry-operator-bundle/615618406feffc5384e84400/history[{OTELOperator} 0.135.0] and based on the open source link:https://opentelemetry.io/docs/collector/[OpenTelemetry] release 0.135.0. | ||
|
||
[NOTE] | ||
==== | ||
Some linked Jira tickets are accessible only with Red Hat credentials. | ||
==== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="fixed-issues_{context}"] | ||
= Fixed issues | ||
|
||
None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="deprecated-features_{context}"] | ||
= Deprecated features | ||
|
||
The OpenCensus Receiver is deprecated:: | ||
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
The OpenCensus Receiver, which provided backward compatibility with the OpenCensus format, is deprecated and might be removed in a future release. | ||
|
||
The Collector's service metrics telemetry address is deprecated:: | ||
The `metrics.address` field in the `OpenTelemetryCollector` custom resource (CR) is deprecated and might be removed in a future release. As an alternative, use the `metrics.readers` field instead. | ||
+ | ||
Example of using the `readers` field: | ||
+ | ||
[source,yaml] | ||
---- | ||
# ... | ||
config: | ||
service: | ||
telemetry: | ||
metrics: | ||
readers: | ||
- pull: | ||
exporter: | ||
prometheus: | ||
host: 0.0.0.0 | ||
port: 8888 | ||
# ... | ||
---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="new-features-and-enhancements_{context}"] | ||
= New features and enhancements | ||
|
||
Network policy to restrict API access:: With this update, the {OTELOperator} creates a network policy for itself and the OpenTelemetry Collector to restrict access to the used APIs. | ||
|
||
Native sidecars:: With this update, the {OTELOperator} uses native sidecars on {product-title} 4.16 or later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="known-issues_{context}"] | ||
= Known issues | ||
|
||
None. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="removed-features_{context}"] | ||
= Removed features | ||
eromanova97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
The LokiStack Exporter is removed:: | ||
The LokiStack Exporter, which exported data to a LokiStack instance, is removed and no longer supported. You can export data to a LokiStack instance by using the OTLP HTTP Exporter instead. | ||
|
||
The Routing Processor is removed:: | ||
The Routing Processor, which routed telemetry data to an exporter is removed and no longer supported. You can route telemetry data by using the Routing Connector instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * observability/otel/otel-rn.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="technology-preview-features_{context}"] | ||
= Technology Preview features | ||
|
||
[IMPORTANT] | ||
==== | ||
[subs="attributes+"] | ||
Technology Preview features are not supported with Red{nbsp}Hat production service level agreements (SLAs) and might not be functionally complete. Red{nbsp}Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. | ||
|
||
For more information about the support scope of Red{nbsp}Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope]. | ||
==== | ||
|
||
Probabilistic Sampling Processor (Technology Preview):: | ||
This release introduces the Probabilistic Sampling Processor as a Technology Preview feature for the {OTELShortName} Collector. The Probabilistic Sampling Processor samples a specified percentage of trace spans or log records statelessly and per request. You can use the Probabilistic Sampling Processor if you handle high volumes of telemetry data and seek to reduce costs by reducing processed data volumes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.