Interface MeterRegistryFormatterProvider

All Known Implementing Classes:
JsonMeterRegistryFormatterProvider, MicrometerPrometheusFormatterProvider

public interface MeterRegistryFormatterProvider
Behavior for providers of meter registry formatters, which (if then can) furnish a formatter given a MediaType.

We use a provider approach so code can obtain and run formatters that might depend heavily on particular implementations without the calling code having to share that heavy dependency.