1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OBSDOCS-2459: Implement review feedback

This commit is contained in:
Eliska Romanova
2025-09-30 10:42:15 +02:00
committed by openshift-cherrypick-robot
parent 1ca7e970ca
commit 0134ee2b81
4 changed files with 7 additions and 4 deletions

View File

@@ -8,6 +8,9 @@
If you handle high volumes of telemetry data and seek to reduce costs by reducing processed data volumes, you can use the Probabilistic Sampling Processor as an alternative to the Tail Sampling Processor.
:FeatureName: Probabilistic Sampling Processor
include::snippets/technology-preview.adoc[]
The processor samples a specified percentage of trace spans or log records statelessly and per request.
The processor adds the information about the used effective sampling probability into the telemetry data:

View File

@@ -3,8 +3,8 @@
// * observability/otel/otel-architecture.adoc
:_mod-docs-content-type: CONCEPT
[id="otel-about-product_{context}"]
= About {OTELName}
[id="otel-product-overview_{context}"]
= {OTELName} overview
{OTELName} is based on the open source link:https://opentelemetry.io/[OpenTelemetry project], which aims to provide unified, standardized, and vendor-neutral telemetry data collection for cloud-native software. {OTELName} provides support for deploying and managing the OpenTelemetry Collector and simplifying the workload instrumentation.

View File

@@ -6,4 +6,4 @@ include::_attributes/common-attributes.adoc[]
toc::[]
include::modules/otel-about.adoc[leveloffset=+1]
include::modules/otel-product-overview.adoc[leveloffset=+1]

View File

@@ -595,7 +595,7 @@ The OpenCensus Receiver provides backwards compatibility with the OpenCensus pro
[WARNING]
====
The OpenCensus Receiver is deprecated and might be removed in a future major release.
The OpenCensus Receiver is deprecated and might be removed in a future release.
====
.OpenTelemetry Collector custom resource with the enabled OpenCensus Receiver