Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@opentelemetry/instrumentation-generic-pool
Advanced tools
OpenTelemetry Generic Pool automatic instrumentation package
This module provides basic automatic instrumentation for generic-pool
creating a span for every acquire call.
For automatic instrumentation see the @opentelemetry/node package.
npm install --save @opentelemetry/instrumentation-generic-pool
>=2.0.0
const { ConsoleSpanExporter, SimpleSpanProcessor } = require('@opentelemetry/tracing');
const { NodeTracerProvider } = require('@opentelemetry/node');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const { GenericPoolInstrumentation } = require('@opentelemetry/instrumentation-generic-pool');
const provider = new NodeTracerProvider();
provider.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
provider.register();
registerInstrumentations({
instrumentations: [new GenericPoolInstrumentation()],
tracerProvider: provider,
});
Apache 2.0 - See LICENSE for more information.
0.20.0
opentelemetry-host-metrics
, opentelemetry-id-generator-aws-xray
, opentelemetry-test-utils
opentelemetry-test-utils
opentelemetry-host-metrics
, opentelemetry-id-generator-aws-xray
, opentelemetry-test-utils
FAQs
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
The npm package @opentelemetry/instrumentation-generic-pool receives a total of 1,155,786 weekly downloads. As such, @opentelemetry/instrumentation-generic-pool popularity was classified as popular.
We found that @opentelemetry/instrumentation-generic-pool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.