Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discue/open-telemetry-tracing-noop
Allows to disable tracing modules and get rid of tracing dependencies
https://github.com/discue/open-telemetry-tracing-noop
Last synced: 10 days ago
JSON representation
Allows to disable tracing modules and get rid of tracing dependencies
- Host: GitHub
- URL: https://github.com/discue/open-telemetry-tracing-noop
- Owner: discue
- License: mit
- Created: 2023-12-25T22:54:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:07:17.000Z (7 months ago)
- Last Synced: 2024-04-21T19:34:44.795Z (7 months ago)
- Language: JavaScript
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub tag](https://img.shields.io/github/tag/discue/open-telemetry-tracing-noop?include_prereleases=&sort=semver&color=blue)](https://github.com/discue/open-telemetry-tracing-noop/releases/)
[![Latest Stable Version](https://img.shields.io/npm/v/@discue/open-telemetry-tracing-noop.svg)](https://www.npmjs.com/package/@discue/open-telemetry-tracing-noop)
[![License](https://img.shields.io/npm/l/@discue/open-telemetry-tracing-noop.svg)](https://www.npmjs.com/package/@discue/open-telemetry-tracing-noop)
[![NPM Downloads](https://img.shields.io/npm/dt/@discue/open-telemetry-tracing-noop.svg)](https://www.npmjs.com/package/@discue/open-telemetry-tracing-noop)
[![NPM Downloads](https://img.shields.io/npm/dm/@discue/open-telemetry-tracing-noop.svg)](https://www.npmjs.com/package/@discue/open-telemetry-tracing-noop)
[![contributions - welcome](https://img.shields.io/badge/contributions-welcome-blue)](/CONTRIBUTING.md "Go to contributions doc")
[![Made with Node.js](https://img.shields.io/badge/Node.js->=18-blue?logo=node.js&logoColor=white)](https://nodejs.org "Go to Node.js homepage")# open-telemetry-tracing-nop
Drop-in replacement for [@discue/open-telemetry-tracing](https://github.com/discue/open-telemetry-tracing). Allows you to effectively disable tracing and get rid of all dependencies like e.g. Open Telemetry tracing libraries.## Test
```bash
./test.sh
```## License
[MIT](https://choosealicense.com/licenses/mit/)