
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@kurrent/opentelemetry
Advanced tools
KurrentDB NodeJS Client SDK interceptors for tracing with OpenTelemetry
This module provides automatic tracing instrumentation for [KurrentDB-Client-NodeJS].
Compatible with OpenTelemetry JS API and SDK 1.0+
.
npm install --save @kurrent/opentelemetry
[1.x]
It's likely that the instrumentation would support earlier versions of KurrentDB, but this has not been tested.
OpenTelemetry KurrentDB Instrumentation allows the user to automatically collect trace data from append and subscription operations and export them to the backend of choice.
To load the instrumentation, specify it in the instrumentations list to registerInstrumentations
. There is currently no configuration option.
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const { EventStoreDBInstrumentation } = require('@kurrent/opentelemetry');
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [
new KurrentDBInstrumentation(),
],
});
Join our global community of developers.
Development is done on the master
branch.
We attempt to do our best to ensure that the history remains clean and to do so, we generally ask contributors to squash
their commits into a set or single logical commit.
The client is built using the NodeJS JavaScript runtime. To build the client, you need to have Node installed on your machine. You can download it from the official NodeJS website. Once you have it installed, you can build the client by running the following command in the root directory of the project:
yarn install
yarn build
FAQs
KurrentDB NodeJS Client SDK interceptors for tracing with OpenTelemetry
The npm package @kurrent/opentelemetry receives a total of 238 weekly downloads. As such, @kurrent/opentelemetry popularity was classified as not popular.
We found that @kurrent/opentelemetry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.