Interface ObservationRegistryCustomizer<T extends io.micrometer.observation.ObservationRegistry>

Type Parameters:
T - the registry type to customize
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObservationRegistryCustomizer<T extends io.micrometer.observation.ObservationRegistry>
Callback interface that can be used to customize auto-configured observation registries.
Since:
3.0.0
Author:
Moritz Halbritter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T registry)
    Customize the given registry.
  • Method Details

    • customize

      void customize(T registry)
      Customize the given registry.
      Parameters:
      registry - the registry to customize