![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@opentelemetry/instrumentation-cucumber
Advanced tools
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
This module provides automatic instrumentation for the @cucumber/cucumber
module, which may be loaded using the @opentelemetry/sdk-trace-node
package and is included in the @opentelemetry/auto-instrumentations-node
bundle.
If total installation size is not constrained, it is recommended to use the @opentelemetry/auto-instrumentations-node
bundle with @opentelemetry/sdk-node for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK 1.0+
.
npm install --save @opentelemetry/instrumentation-cucumber
@cucumber/cucumber
versions >=8.0.0 <11
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const {
CucumberInstrumentation,
} = require('@opentelemetry/instrumentation-cucumber');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [
new CucucmberInstrumentation({
// see below for available configuration
}),
],
});
Cucumber instrumentation has currently no options.
Options | Type | Description |
---|
This package uses @opentelemetry/semantic-conventions
version 1.22+
, which implements Semantic Convention Version 1.7.0
Attributes collected:
Attribute | Short Description |
---|---|
code.filepath | The source code file name that identifies the code unit as uniquely as possible. |
code.function | The method or function name, or equivalent. |
code.lineno | The line number in code.filepath best representing the operation. |
code.namespace | The "namespace" within which code.function is defined. |
Apache 2.0 - See LICENSE for more information.
FAQs
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
We found that @opentelemetry/instrumentation-cucumber 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.