Interface CredentialMetricEvent

All Known Implementing Classes:
CredentialMetricEvent.AbuseSignal, CredentialMetricEvent.HashDuration, CredentialMetricEvent.KdfLimiterRejection, CredentialMetricEvent.LifecycleTransition, CredentialMetricEvent.RehashRequested, CredentialMetricEvent.VerifyDuration

Sealed family of data-minimised metric events emitted by security-core. The shape matches Konzept §16: durations, algorithm/policy distributions, counters — never the password material, salt, derived key, pepper key value, username or client address (CWE-532 / CWE-359).

Adapters export these to whichever metrics backend they like (Micrometer, OpenTelemetry, Prometheus, custom Statsd). The core stays backend-free.