Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.12](backport #3731) Fix typos #3732

Merged
merged 1 commit into from
Apr 9, 2024
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
2 changes: 1 addition & 1 deletion docs/en/observability/apm/api-events.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ http(s)://{hostname}:{port}/intake/v2/events
------------------------------------------------------------

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

[source,bash]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/observability/apm/sampling.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For accurate span-based metrics when using head-based sampling with OpenTelemetr
a [consistent probability sampler](https://opentelemetry.io/docs/specs/otel/trace/tracestate-probability-sampling/).
These samplers propagate the sample rate between services and the managed intake service, resulting in accurate metrics.

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