apm-agent-nodejs icon indicating copy to clipboard operation
apm-agent-nodejs copied to clipboard

Elastic APM Node.js Agent

Results 294 apm-agent-nodejs issues
Sort by recently updated
recently updated
newest added

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...

agent-nodejs
kibana

Extend the ECS logging documentation to cover ECS formatters replacement (if applicable) as described in https://github.com/elastic/apm/issues/373

agent-nodejs

Evaluate and if applicable implement https://github.com/elastic/apm/issues/373

agent-nodejs

**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...

enhancement
agent-nodejs

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...

ci
agent-nodejs

Support ws@8. Here are the 8.0.0 release details: https://github.com/websockets/ws/releases/tag/8.0.0

agent-nodejs
8.3-candidate

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...

agent-nodejs
8.3-candidate

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...

bug
agent-nodejs
8.3-candidate

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...

agent-nodejs
kibana
8.3-candidate