
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@imqueue/opentelemetry-instrumentation-imqueue
Advanced tools
This module provides OpenTelemetry instrumentation for @imqueue
This module provides automatic opentelemetry instrumentation for the @imqueue
This library provides a clean way to integrate @imqueue/rpc with OpenTelemetry.
npm i --save @imqueue/opentelemtry-instrumentation-imqueue
OpenTelemetry Imqueue Instrumentation allows the user to automatically collect trace data and export them to their backend of choice, to give observability to distributed systems.
import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node';
import { registerInstrumentations } from '@opentelemetry/instrumentation';
import {
ImqueueInstrumentation,
} from '@imqueue/opentelemetry-instrumentation-imqueue';
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [
new ImqueueInstrumentation(),
],
});
Any contributions are greatly appreciated. Feel free to fork, propose PRs, open issues, do whatever you think may be helpful to this project. PRs which passes all tests and do not brake tslint rules are first-class candidates to be accepted!
This project is licensed under the GNU General Public License v3.0. See the LICENSE
Happy Coding!
FAQs
This module provides OpenTelemetry instrumentation for @imqueue
The npm package @imqueue/opentelemetry-instrumentation-imqueue receives a total of 84 weekly downloads. As such, @imqueue/opentelemetry-instrumentation-imqueue popularity was classified as not popular.
We found that @imqueue/opentelemetry-instrumentation-imqueue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.