
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@lumigo/microservices-node-tracer
Advanced tools
Lumigo wrapper to trace distributed architecture
This is @lumigo/microservices-node-tracer
, Lumigo's Node.js agent for microservices distributed tracing and performance monitoring.
Supported NodeJS runtimes: 12.x, 14.x
To configure Lumigo in your microservice:
@lumigo/microservices-node-tracer
package using your preferred package manager:$ npm i @lumigo/microservices-node-tracer
// javascript
const lumigoWrapper = require("@lumigo/microservices-node-tracer");
To initiate the tracing call the trace method (note: replace YOUR-TOKEN-HERE with your Lumigo API token). You can retrieve the token by going to Settings -> Tracing -> Manual tracing:
Replace YOUR-SERVICE-NAME with some logical name (eg. todo-app)
lumigoWrapper.trace(‘YOUR-TOKEN-HERE’,‘YOUR-SERVICE-NAME’);
"scripts":{
"start": "export LUMIGO_TOKEN=‘YOUR-TOKEN-HERE’ && export LUMIGO_SERVICE_NAME=‘YOUR-SERVICE-NAME’ && node -r @lumigo/microservices-node-tracer app.js"
}
@lumigo/microservices-node-tracer
offers several different configuration options. Pass these to the microservice as environment variables:
LUMIGO_DEBUG=TRUE
- Enables debug loggingLUMIGO_SWITCH_OFF=TRUE
- In the event a critical issue arises, this turns off all actions that Lumigo takes in response to your code.FAQs
Lumigo wrapper to trace distributed architecture
The npm package @lumigo/microservices-node-tracer receives a total of 0 weekly downloads. As such, @lumigo/microservices-node-tracer popularity was classified as not popular.
We found that @lumigo/microservices-node-tracer demonstrated a not healthy version release cadence and project activity because the last version was released 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.