Skip to content

Commit 03ff55a

Browse files
authored
Merge pull request #121317 from opensourcevk/main
feat: removed preview from sampling
2 parents b14f6e8 + c2b3df0 commit 03ff55a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ You can also set the sampling percentage by using the environment variable `APPL
173173
> [!NOTE]
174174
> For the sampling percentage, choose a percentage that's close to 100/N, where N is an integer. Currently, sampling doesn't support other values.
175175
176-
## Sampling overrides (preview)
177-
178-
This feature is in preview, starting from 3.0.3.
176+
## Sampling overrides
179177

180178
Sampling overrides allow you to override the [default sampling percentage](#sampling). For example, you can:
181179

articles/azure-monitor/app/java-standalone-upgrade-from-2x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Or using [inherited attributes](./java-standalone-config.md#inherited-attribute-
5757

5858
2.x SDK TelemetryProcessors don't run when using the 3.x agent.
5959
Many of the use cases that previously required writing a `TelemetryProcessor` can be solved in Application Insights Java 3.x
60-
by configuring [sampling overrides](./java-standalone-config.md#sampling-overrides-preview).
60+
by configuring [sampling overrides](./java-standalone-config.md#sampling-overrides).
6161

6262
## Multiple applications in a single JVM
6363

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ You might use the following ways to filter out telemetry before it leaves your a
20872087

20882088
### [Java](#tab/java)
20892089

2090-
See [sampling overrides](java-standalone-config.md#sampling-overrides-preview) and [telemetry processors](java-standalone-telemetry-processors.md).
2090+
See [sampling overrides](java-standalone-config.md#sampling-overrides) and [telemetry processors](java-standalone-telemetry-processors.md).
20912091

20922092
### [Node.js](#tab/nodejs)
20932093

0 commit comments

Comments
 (0)