1. 30 Jan, 2018 1 commit
    • Phillip Webb's avatar
      Only use micrometer composites when necessary · 9a8c182d
      Phillip Webb authored
      Update micrometer auto-configuration so that a `CompositeMeterRegistry`
      is only created when more than one `MeterRegistry` bean is declared.
      When a composite is crated, it is marked as `@Primary` so that it
      can be directly injected. Meter registries can now be defined directly
      as beans, and auto-configuration can back off in the usual way.
      
      The `MeterRegistryConfigurer` is now called `MeterRegistryCustomizer`
      and is generically types so it's easy to apply customizations to a
      particular `MeterRegistry` implementation.
      
      Fixes gh-11799
      Co-authored-by: 's avatarJon Schneider <jschneider@pivotal.io>
      9a8c182d
  2. 29 Jan, 2018 39 commits