Skip to content

Commit d66c44c

Browse files
authored
Merge pull request #99850 from eromanova97/OBSDOCS-2459
OBSDOCS-2459: Implement review feedback
2 parents aaa17ba + 92500e9 commit d66c44c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

modules/otel-processors-probabilistic-sampling-processor.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
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.
1010

11+
:FeatureName: Probabilistic Sampling Processor
12+
include::snippets/technology-preview.adoc[]
13+
1114
The processor samples a specified percentage of trace spans or log records statelessly and per request.
1215

1316
The processor adds the information about the used effective sampling probability into the telemetry data:

modules/otel-about.adoc renamed to modules/otel-product-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// * observability/otel/otel-architecture.adoc
44

55
:_mod-docs-content-type: CONCEPT
6-
[id="otel-about-product_{context}"]
7-
= About {OTELName}
6+
[id="otel-product-overview_{context}"]
7+
= {OTELName} overview
88

99
{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.
1010

observability/otel/otel-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
include::modules/otel-about.adoc[leveloffset=+1]
9+
include::modules/otel-product-overview.adoc[leveloffset=+1]

observability/otel/otel-collector/otel-collector-receivers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ The OpenCensus Receiver provides backwards compatibility with the OpenCensus pro
595595

596596
[WARNING]
597597
====
598-
The OpenCensus Receiver is deprecated and might be removed in a future major release.
598+
The OpenCensus Receiver is deprecated and might be removed in a future release.
599599
====
600600

601601
.OpenTelemetry Collector custom resource with the enabled OpenCensus Receiver

0 commit comments

Comments
 (0)