
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@traceloop/instrumentation-llamaindex
Advanced tools
This module provides automatic instrumentation for LlamaIndex.TS module, which may be loaded using the @opentelemetry/sdk-trace-node package and is included in the @traceloop/node-server-sdk bundle.
If total installation size is not constrained, it is recommended to use the @traceloop/node-server-sdk bundle for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK 1.0+.
npm install --save @traceloop/instrumentation-llamaindex
>=0.0.40To load a specific plugin, specify it in the registerInstrumentations's configuration:
const { NodeTracerProvider } = require("@opentelemetry/sdk-trace-node");
const {
LlamaIndexInstrumentation,
} = require("@traceloop/instrumentation-llamaindex");
const { registerInstrumentations } = require("@opentelemetry/instrumentation");
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [new LlamaIndexInstrumentation()],
});
Apache 2.0 - See LICENSE for more information.
FAQs
Llamaindex Instrumentation
The npm package @traceloop/instrumentation-llamaindex receives a total of 90,321 weekly downloads. As such, @traceloop/instrumentation-llamaindex popularity was classified as popular.
We found that @traceloop/instrumentation-llamaindex 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.