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

An OpenTracing bridge for the Elastic APM Node.js Agent

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

## Details ⚠️ This PR was created by an automated tool. Please review the changes carefully. ⚠️ We want to set the default permissions for workflows to read-only for contents....

The elastic-apm-node latest version is 3.26.0, can you please upgrade it? I tried to upgrade by myself but there are some breaking changes that break 30 tests. Thanks.

Hi, using v2.0.1 in typescript (v4.4.3) project and getting `.../node_modules/elastic-apm-node-opentracing/types.d.ts' is not a module` error. Our tsconfig file: ```json { "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "esModuleInterop": true,...

While `elastic-apm-node-opentracing` can support distributing tracing, it looks like [we do not support service maps](https://discuss.elastic.co/t/apm-service-map-behavior-is-different-with-opentracing/272129). Quoting @JiaLiPassion > And I checked the source code of elastic-apm-node apm-agent-nodejs/http-shared.js at master ·...