@agentprodready/observability
v1.0.1
Published
**Logs, metrics, traces, diagnostics, and health contracts for platform hosts.**
Readme
@agentprodready/observability
Logs, metrics, traces, diagnostics, and health contracts for platform hosts.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/observability |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You wire production telemetry into a composed host.
Prefer not to start here if you only need Simple result.metadata debugging — see the Simple Diagnostics guide.
Install
npm install @agentprodready/observabilitySample
import type { PlatformLogger } from '@agentprodready/observability';
declare const log: PlatformLogger;
log.info('host.ready', { service: 'my-agent-host' });Ownership
| Owns | Does not own | |---|---| | Observability contracts (logs/metrics/traces/health) | Simple Agent facade metadata; vendor APM SDKs as ownership |
Documentation
License
MIT © 2026 ameenmari
