0.6.0 • Published 6 months ago

@cerbos/opentelemetry v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@cerbos/opentelemetry

npm

OpenTelemetry instrumentation for the gRPC and HTTP client libraries.

Prerequisites

  • Node.js 20+

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.8

9 months ago

0.5.7

9 months ago

0.5.9

9 months ago

0.5.6

10 months ago

0.5.5

12 months ago

0.6.0

6 months ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years 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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago