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
Spans emitted by the instrumentation of the mongodb module do not include the "destination" fields. The destination fields (specifically destination.service.resource) are used by Kibana's APM "Service Map" to display a node for downstream services.
Note that other MongoDB-related Node.js packages, like "mongoose", use the mongodb module, so are also affected.
E.g. here is an Elasticsearch span with "destination":
Spans emitted by the instrumentation of the mongodb module do not include the "destination" fields. The destination fields (specifically
destination.service.resource
) are used by Kibana's APM "Service Map" to display a node for downstream services.Note that other MongoDB-related Node.js packages, like "mongoose", use the mongodb module, so are also affected.
E.g. here is an Elasticsearch span with "destination":
The text was updated successfully, but these errors were encountered: