Skip to content

Commit

Permalink
Update Elastic.Clients.Elasticsearch ActivitySource name (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca authored Oct 26, 2023
1 parent 4f9c9b3 commit cc812ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ that deprecates `NEST/Elasticsearch.Net`,
brings native support for OpenTelemetry. To instrument it you need
to configure the OpenTelemetry SDK to listen to the `ActivitySource`
used by the library by calling `AddSource("Elastic.Clients.Elasticsearch.ElasticsearchClient")`
(Elastic.Clients.Elasticsearch version < 8.10.0) or `AddSource("Elastic.Transport")`
(Elastic.Clients.Elasticsearch version >= 8.10.0)
on the `TracerProviderBuilder`.

## References
Expand Down

0 comments on commit cc812ff

Please sign in to comment.