You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/observability.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ To observe and measure Elasticsearch client usage, several client features are p
5
5
6
6
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.
7
7
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
9
9
emitter interface to hook into internal events, such as `request` and
10
10
`response`, allowing you to log the events you care about, or otherwise react
0 commit comments