All Projects → DataDog → Dd Trace Js

DataDog / Dd Trace Js

Licence: other
JavaScript APM Tracer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dd Trace Js

Dd Trace Php
Datadog Tracing PHP Client
Stars: ✭ 203 (-4.25%)
Mutual labels:  tracing, apm, opentracing, datadog
Dd Opentracing Cpp
Datadog Opentracing C++ Client
Stars: ✭ 22 (-89.62%)
Mutual labels:  tracing, apm, opentracing, datadog
Dd Trace Dotnet
.NET Tracer for Datadog APM
Stars: ✭ 125 (-41.04%)
Mutual labels:  tracing, apm, opentracing, datadog
Dd Trace Go
A Go tracing package for Datadog APM
Stars: ✭ 244 (+15.09%)
Mutual labels:  tracing, apm, opentracing, datadog
Molten
php probe for zipkin and opentracing
Stars: ✭ 740 (+249.06%)
Mutual labels:  tracing, apm, opentracing
Dd Trace Py
Datadog Python APM Client
Stars: ✭ 220 (+3.77%)
Mutual labels:  tracing, apm, datadog
Jaeger Ui
Web UI for Jaeger
Stars: ✭ 639 (+201.42%)
Mutual labels:  tracing, apm, opentracing
Dd Trace Java
Datadog APM client for Java
Stars: ✭ 228 (+7.55%)
Mutual labels:  tracing, apm, datadog
datadog-trace-agent
Datadog Trace Agent archive (pre-6.10.0)
Stars: ✭ 70 (-66.98%)
Mutual labels:  datadog, apm, tracing
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+684.91%)
Mutual labels:  tracing, apm, opentracing
easeagent
An agent component for the Java system
Stars: ✭ 437 (+106.13%)
Mutual labels:  apm, tracing, opentracing
Dd Trace Rb
Datadog Tracing Ruby Client
Stars: ✭ 118 (-44.34%)
Mutual labels:  tracing, apm, datadog
Java Vertx Web
OpenTracing instrumentation for Vert.x web package
Stars: ✭ 21 (-90.09%)
Mutual labels:  tracing, opentracing
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-75.94%)
Mutual labels:  tracing, apm
Brave Opentracing
Bridge between OpenTracing and Brave
Stars: ✭ 64 (-69.81%)
Mutual labels:  tracing, opentracing
Jaeger Openshift
Support for deploying Jaeger into OpenShift
Stars: ✭ 53 (-75%)
Mutual labels:  tracing, opentracing
Trace4cats
Distributed app tracing implementation in pure scala using cats-effect
Stars: ✭ 80 (-62.26%)
Mutual labels:  tracing, opentracing
Gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Stars: ✭ 6,501 (+2966.51%)
Mutual labels:  tracing, opentracing
Java Spring Web
OpenTracing Spring Web instrumentation
Stars: ✭ 89 (-58.02%)
Mutual labels:  tracing, opentracing
Skyapm Nodejs
The NodeJS server side agent for Apache SkyWalking
Stars: ✭ 124 (-41.51%)
Mutual labels:  tracing, apm

dd-trace-js

npm npm (tag) CircleCI codecov

Node.js APM Tracer

Datadog APM tracing client for Node.js.

Getting Started

For a basic product overview, check out our setup documentation.

For installation, configuration, and details about using the API, check out our API documentation.

For descriptions of terminology used in APM, take a look at the official documentation.

Development

Before contributing to this open source project, read our CONTRIBUTING.md.

Requirements

Since this project supports multiple Node versions, using a version manager such as nvm is recommended.

We use yarn for its workspace functionality, so make sure to install that as well.

To get started once you have Node and yarn installed, run:

$ yarn

Testing

Before running the tests, the data stores need to be running. The easiest way to start all of them is to use the provided docker-compose configuration:

$ docker-compose up -d -V --remove-orphans --force-recreate

Unit Tests

To run the unit tests, use:

$ yarn test

To run the unit tests continuously in watch mode while developing, use:

$ yarn tdd

Memory Leaks

To run the memory leak tests, use:

$ yarn leak

Please note that memory leak tests only run on Node >=8.

Linting

We use ESLint to make sure that new code is conform to our coding standards.

To run the linter, use:

$ yarn lint

Continuous Integration

We rely on CircleCI 2.0 for our tests. If you want to test how the CI behaves locally, you can use the CircleCI Command Line Interface as described here: https://circleci.com/docs/2.0/local-jobs/

After installing the circleci CLI, simply run one of the following:

$ circleci build --job lint
$ circleci build --job node-leaks
$ circleci build --job node-core-8
$ circleci build --job node-core-10
$ circleci build --job node-core-12
$ circleci build --job node-core-latest

Benchmarks

When two or more approaches must be compared, please write a benchmark in the benchmark/index.js module so that we can keep track of the most efficient algorithm. To run your benchmark, just:

$ yarn bench
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].