https://github.com/adonisjs/otel
OpenTelemetry package for AdonisJS
https://github.com/adonisjs/otel
Last synced: 4 months ago
JSON representation
OpenTelemetry package for AdonisJS
- Host: GitHub
- URL: https://github.com/adonisjs/otel
- Owner: adonisjs
- License: mit
- Created: 2025-12-11T13:31:51.000Z (6 months ago)
- Default Branch: 1.x
- Last Pushed: 2025-12-20T15:59:26.000Z (6 months ago)
- Last Synced: 2025-12-26T23:58:35.411Z (6 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/otel
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
OpenTelemetry integration for AdonisJS with sensible defaults and zero-config setup. Get distributed tracing, metrics, and automatic instrumentation out of the box.
## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/digging-deeper/open-telemetry)
## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
## License
AdonisJS OpenTelemetry is open-sourced software licensed under the [MIT license](LICENSE.md).
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/otel/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/otel/actions/workflows/checks.yml "Github action"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/otel/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/otel/v/latest "npm"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/otel?style=for-the-badge