@naikidev/commiq-otel
v1.1.0
Published
OpenTelemetry tracing integration for Commiq stores. Creates spans for commands and records events as span events.
Downloads
311
Readme
@naikidev/commiq-otel
OpenTelemetry tracing integration for Commiq stores. Creates spans for commands and records events as span events.
Install
pnpm add @naikidev/commiq-otel @opentelemetry/apiUsage
import { instrumentStore } from "@naikidev/commiq-otel";
const uninstrument = instrumentStore(store, { storeName: "counter" });
// Later...
uninstrument();Documentation
Full docs at naikidev.github.io/commiq.
License
MIT
