Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lru-memoizer): add instrumentation for lru-memoizer #1056

Merged
merged 12 commits into from
Jun 17, 2022
Prev Previous commit
Next Next commit
style(lru-memoizer): better wording in README
  • Loading branch information
Amir Blum committed Jun 14, 2022
commit 08b92cce5f4f13eac3ebc11fd07f4c64c0b13667
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-lru-memoizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install --save @opentelemetry/instrumentation-lru-memoizer

## Usage

This instrumentation does not produce any telemetry data. It only bind the caller context to callbacks so downstream operations are recorded with the right context (traceId / parentSpanId / baggage / etc). This package is a dependency for other popular packages such as [jwks-rsa](https://www.npmjs.com/package/jwks-rsa)
This instrumentation does not produce any telemetry data. It only bind the caller context to callbacks so downstream operations are recorded with the right context (traceId / parentSpanId / baggage / etc). The `lru-memoizer` package is a dependency for other packages such as [jwks-rsa](https://www.npmjs.com/package/jwks-rsa)

To load a specific plugin, specify it in the registerInstrumentations's configuration:

Expand Down