openapm-nodejs icon indicating copy to clipboard operation
openapm-nodejs copied to clipboard

APM for NodeJS using Prometheus

Results 11 openapm-nodejs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After instrumenting the `express` app. In some cases OpenAPM is not masking the paths using `openapm.instrument('express')` signature. The paths in the screenshot should be prefixed with `/org/:orgId/`...

waiting-for-reproduction

### Description Add a OTel metrics support so that the OpenAPM emits metrics in OTLP format and directly pushes it to a OTLP compatible endpoint like `vmagent` or `Otel collector`....

enhancement

Add an instrumentation support for [Sequelize ORM](https://sequelize.org/). ### Signature ```js openapm.instrument('sequelize'); ``` ### Metric to be emitted: Unknown

enhancement

### Description Add an ability to emit `caller` label so that the OpenAPM user is able to monitor the calls/communication between the micro-services.

enhancement

1. Instrument `pg` package

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies