Open trentm opened 2 years ago
To improve error grouping of captured Elasticsearch client errors, APM agents MAY enrich error.exception.type with the "error.type" value from the Elasticsearch response body JSON payload, if easily available.
error.exception.type
The Node.js APM agent implemented this here: https://github.com/elastic/apm-agent-nodejs/issues/2770
Description
To improve error grouping of captured Elasticsearch client errors, APM agents MAY enrich
error.exception.type
with the "error.type" value from the Elasticsearch response body JSON payload, if easily available.The Node.js APM agent implemented this here: https://github.com/elastic/apm-agent-nodejs/issues/2770
Agent Issues