Gathering detailed insights and metrics for opentelemetry-plugin-kafkajs
Gathering detailed insights and metrics for opentelemetry-plugin-kafkajs
Gathering detailed insights and metrics for opentelemetry-plugin-kafkajs
Gathering detailed insights and metrics for opentelemetry-plugin-kafkajs
js extensions for the open-telemetry project
npm install opentelemetry-plugin-kafkajs
Typescript
Module System
Node Version
NPM Version
opentelemetry-span-transformations@0.41.0
Updated on May 21, 2024
opentelemetry-propagator-selective@0.31.0
Updated on May 21, 2024
opentelemetry-instrumentation-node-cache@0.41.0
Updated on May 21, 2024
opentelemetry-resource-detector-service@0.30.0
Updated on May 21, 2024
opentelemetry-instrumentation-neo4j@0.41.0
Updated on May 21, 2024
opentelemetry-instrumentation-kafkajs@0.41.0
Updated on May 21, 2024
TypeScript (99.85%)
JavaScript (0.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
170 Stars
323 Commits
40 Forks
3 Watchers
10 Branches
24 Contributors
Updated on Jun 08, 2025
Latest Version
0.2.0
Package Id
opentelemetry-plugin-kafkajs@0.2.0
Size
8.78 kB
NPM Version
lerna/3.22.1/node@v12.20.1+x64 (linux)
Node Version
12.20.1
Published on
Jan 28, 2021
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This module provides automatic instrumentation for kafkajs
.
npm install --save opentelemetry-plugin-kafkajs
To load a specific plugin (kafkajs in this case), specify it in the Node Tracer's configuration
1const { NodeTracerProvider } = require("@opentelemetry/node");
2
3const provider = new NodeTracerProvider({
4 plugins: {
5 kafkajs: {
6 enabled: true,
7 // You may use a package name or absolute path to the file.
8 path: "opentelemetry-plugin-kafkajs",
9 },
10 },
11});
kafkajs plugin has few options available to choose from. You can set the following:
Options | Type | Description |
---|---|---|
producerHook | KafkaProducerCustomAttributeFunction | Hook called before producer message is sent, which allow to add custom attributes to span. |
consumerHook | KafkaConsumerCustomAttributeFunction | Hook called before consumer message is processed, which allow to add custom attributes to span. |
This extension (and many others) was developed by Aspecto with ❤️
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 18/30 approved changesets -- score normalized to 6
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More