apm-agent-nodejs
apm-agent-nodejs copied to clipboard
Elastic APM Node.js Agent
The `@elastic/elasticsearch` client provides "serialization" and "deserialization" diagnostic events (https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/observability.html#_events) that could be used to generate separate child events of an Elasticsearch query span. This could be very useful for...
Extend the ECS logging documentation to cover ECS formatters replacement (if applicable) as described in https://github.com/elastic/apm/issues/373
Evaluate and if applicable implement https://github.com/elastic/apm/issues/373
**Is your feature request related to a problem? Please describe.** There currently isn't support for amqplib / rabbitmq. **Describe the solution you'd like** Auto instrumentation for the incoming and outgoing...
Today a lot of the devDependencies are related to testing only and make a lot of noise in our package.json file. @Qard have suggested that it might make sense to...
Support ws@8. Here are the 8.0.0 release details: https://github.com/websockets/ws/releases/tag/8.0.0
Add checking the shared JSON spec for span types & sub-types. Relates to https://github.com/elastic/apm/issues/502 #### Implementation checklist - [ ] add/modify existing tests to ensure that the spec is being...
I have an express server with a 'GET /ping' endpoint running on localhost (port 3000) on macOS. When I run this (using node v16): ```js var http = require('http') theUrl...
In discussion with @mshustov working on https://github.com/elastic/kibana/issues/102699 the `apm.currentTraceIds` inside a hapi server 'response' event are empty. Has the transaction already ended? Or is the run context just not bound...