0.5.4 • Published 8 months ago
@cerbos/opentelemetry v0.5.4
@cerbos/opentelemetry
OpenTelemetry instrumentation for the gRPC and HTTP client libraries.
Prerequisites
- Node.js 18+
Installation
$ npm install @cerbos/opentelemetry
Example usage
Register CerbosInstrumentation
with your other OpenTelemetry instrumentation:
import { CerbosInstrumentation } from "@cerbos/opentelemetry";
import { registerInstrumentations } from "@opentelemetry/instrumentation";
registerInstrumentations({
instrumentations: [...yourOtherInstrumentations, new CerbosInstrumentation()],
});
Further reading
Get help
0.5.4
8 months ago
0.5.3
9 months ago
0.5.2
10 months ago
0.5.1
1 year ago
0.5.0
1 year ago
0.4.6
1 year ago
0.4.5
1 year ago
0.4.4
1 year ago
0.4.3
1 year ago
0.4.2
1 year ago
0.4.1
2 years ago
0.3.0
2 years ago
0.2.1
2 years ago
0.4.0
2 years ago
0.2.0
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago