Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@imqueue/opentelemetry-instrumentation-imqueue

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imqueue/opentelemetry-instrumentation-imqueue

This module provides OpenTelemetry instrumentation for @imqueue

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
55
-57.36%
Maintainers
2
Weekly downloads
 
Created
Source

@imqueue/opentelemetry-instrumentation-imqueue

This module provides automatic opentelemetry instrumentation for the @imqueue

What Is This?

This library provides a clean way to integrate @imqueue/rpc with OpenTelemetry.

Install

npm i --save @imqueue/opentelemtry-instrumentation-imqueue

Usage & API

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(),
  ],
});

Contributing

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!

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE

Happy Coding!

Keywords

imqueue

FAQs

Package last updated on 11 Sep 2025

Did you know?

Socket

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.

Install

Related posts