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
Calls using the default client, which I've properly configured, like the ping, is correctly sending traces to otel, but if we use the esutil.bulkindexer nothing is sent out.
We found out that the following snippet of code, when it creates the esapi.BulkRequest, it's not setting the instrument field (I can guess because it's private...)
Ciao!
Calls using the default client, which I've properly configured, like the ping, is correctly sending traces to otel, but if we use the esutil.bulkindexer nothing is sent out.
We found out that the following snippet of code, when it creates the esapi.BulkRequest, it's not setting the instrument field (I can guess because it's private...)
go-elasticsearch/esutil/bulk_indexer.go
Line 537 in 98a819b
Could it be the culript?
We are able to do a PR, if you can give us some insights how you would prefer to fix it.
The text was updated successfully, but these errors were encountered: