Class MetricsProperties.Micrometer

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

public static class MetricsProperties.Micrometer extends Object
Properties specific for usage with Micrometer.
  • 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