Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/otel-processors-probabilistic-sampling-processor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion observability/otel/otel-architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down