An open API service indexing awesome lists of open source software.

https://github.com/boxyhq/metrics

Package for OTel instrumentation
https://github.com/boxyhq/metrics

otel telemetry

Last synced: 9 months ago
JSON representation

Package for OTel instrumentation

Awesome Lists containing this project

README

          

# @boxyhq/metrics

npm

Package for OTel instrumentation

## Running Tests

Tests helps us to ensure that the telemetry export works as expected after every OTEL dependency update.

```shell
npm i
# Copy test/.env.example to test/.env and set the values
cp test/.env.example test/.env
npm run test:manual
```