File tree 2 files changed +2
-2
lines changed
docs/en/observability/apm
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ http(s)://{hostname}:{port}/intake/v2/events
48
48
------------------------------------------------------------
49
49
50
50
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
52
52
to the `intake/v2/events` endpoint:
53
53
54
54
[source,bash]
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ For accurate span-based metrics when using head-based sampling with OpenTelemetr
57
57
a [consistent probability sampler](https://opentelemetry.io/docs/specs/otel/trace/tracestate-probability-sampling/).
58
58
These samplers propagate the sample rate between services and the managed intake service, resulting in accurate metrics.
59
59
60
- NOTE: OpenTelemetry does not offer consistent probability samplers in all languanges .
60
+ NOTE: OpenTelemetry does not offer consistent probability samplers in all languages .
61
61
OpenTelemetry users should consider using tail-based sampling instead.
62
62
+
63
63
Refer to the documentation of your favorite OpenTelemetry agent or SDK for more information on the availability of consistent probability samplers.
You can’t perform that action at this time.
0 commit comments