@saazip/cache-core-observability
Sources:
packages/observability/package.json|packages/observability/src/index.ts
Purpose
Section titled “Purpose”Metrics, logging, and tracing helpers shared across the admin API and operational flows.
What it gives you
Section titled “What it gives you”- Prometheus metric names and helpers
- request correlation and JSON logging
- optional OTLP tracing bootstrap
Use this when
Section titled “Use this when”- you want CacheCore telemetry to stay consistent across embedded and sidecar surfaces
Workspace details
Section titled “Workspace details”- Package name:
@saazip/cache-core-observability - Workspace path:
packages/observability
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”- None
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json