Skip to content

Commit 4a2d5bf

Browse files
Fix typos (#3731) (#3732)
(cherry picked from commit bfe9944) Co-authored-by: Carson Ip <[email protected]>
1 parent 15d75af commit 4a2d5bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/observability/apm/api-events.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ http(s)://{hostname}:{port}/intake/v2/events
4848
------------------------------------------------------------
4949

5050
From version `8.5.0` onwards, the APM Server supports asynchronous processing of batches.
51-
To request asynchronous processing the `async` query parameter can be set in the POST requst
51+
To request asynchronous processing the `async` query parameter can be set in the POST request
5252
to the `intake/v2/events` endpoint:
5353

5454
[source,bash]

docs/en/observability/apm/sampling.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For accurate span-based metrics when using head-based sampling with OpenTelemetr
5757
a [consistent probability sampler](https://opentelemetry.io/docs/specs/otel/trace/tracestate-probability-sampling/).
5858
These samplers propagate the sample rate between services and the managed intake service, resulting in accurate metrics.
5959

60-
NOTE: OpenTelemetry does not offer consistent probability samplers in all languanges.
60+
NOTE: OpenTelemetry does not offer consistent probability samplers in all languages.
6161
OpenTelemetry users should consider using tail-based sampling instead.
6262
+
6363
Refer to the documentation of your favorite OpenTelemetry agent or SDK for more information on the availability of consistent probability samplers.

0 commit comments

Comments
 (0)