Skip to content

Commit

Permalink
Fix typos (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip authored Apr 6, 2024
1 parent 37089b2 commit bfe9944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit bfe9944

Please sign in to comment.