Skip to content

Commit 2407888

Browse files
Update docs/observability.asciidoc
Co-authored-by: Miguel Grinberg <[email protected]>
1 parent 9813405 commit 2407888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/observability.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To observe and measure Elasticsearch client usage, several client features are p
55

66
First, as of 8.15.0, the client provides native support for OpenTelemetry, which allows you to send client usage data to any endpoint that supports OpenTelemetry without having to make any changes to your JavaScript codebase.
77

8-
Also, rather than providing a default logger, the clientoffers an event
8+
Also, rather than providing a default logger, the client offers an event
99
emitter interface to hook into internal events, such as `request` and
1010
`response`, allowing you to log the events you care about, or otherwise react
1111
to client usage however you might need.

0 commit comments

Comments
 (0)