[][src]Module nakadion::metrics

Metrics collected by Nakadion

A general interface for colleczing metrics is provided by Nakadion. nakadion will call the appropriate methods on the trait MetricsCollector when certain things happen within Nakadion.

The trait MetricsCollector basically allows to attach any form of metrics collection as required by the application using Nakadion.

When the feature metrix is enabled an implementation for MetricsCollector using metrix is provided and as are constructor functions for Nakadion.

Structs

DevNullMetricsCollector

Using this disables metrics collection.

Traits

MetricsCollector

An interface for a Nakadion that Nakadion can use to notify on changing values and states.