Class MetricsProperties.Micrometer

java.lang.Object
org.axonframework.extension.springboot.MetricsProperties.Micrometer
Enclosing class:
MetricsProperties

public static class MetricsProperties.Micrometer extends Object
  • Constructor Details

    • Micrometer

      public Micrometer()
  • Method Details

    • isDimensional

      public boolean isDimensional()
      Indicates whether the Micrometer Tags/Dimensions will be used
      Returns:
      true if the Micrometer Tags/Dimensions will be used, false if otherwise
    • setDimensional

      public void setDimensional(boolean dimensional)
      Disables (if false, default) or enables (if true) the usage of Micrometer Tags/Dimensions
      Parameters:
      dimensional - whether the Micrometer Tags/Dimensions will be used