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
- Host: GitHub
- URL: https://github.com/boxyhq/metrics
- Owner: boxyhq
- License: apache-2.0
- Created: 2023-04-05T10:18:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T12:26:10.000Z (9 months ago)
- Last Synced: 2025-04-20T13:31:43.863Z (9 months ago)
- Topics: otel, telemetry
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @boxyhq/metrics
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
```