Skip to main content

Metrics Package Cheatsheet

Code-verified reference for packages/metrics.

Quick Start

Main Entry Point

Registry Contract

Default implementation: Cognesy\Metrics\Registry\InMemoryRegistry

Building Collectors

Protected helpers on MetricsCollector:
Collector contract:

Exporters

Exporter contract:

Metric Data Objects

All metric types implement Metric and are readonly:

Counter

Gauge

Histogram

Timer

All create() methods accept an optional ?DateTimeImmutable $timestamp (defaults to now).

Tags