Class GlobalMetricsConfiguration

java.lang.Object
org.infinispan.configuration.global.GlobalMetricsConfiguration

public class GlobalMetricsConfiguration extends Object
Configuration for metrics. See GlobalMetricsConfigurationBuilder.
  • Field Details Link icon

  • Method Details Link icon

    • attributes Link icon

      public AttributeSet attributes()
    • enabled Link icon

      public boolean enabled()
      Metrics are enabled if at least one of the metric types is enabled. See gauges(), histograms().
    • gauges Link icon

      public boolean gauges()
      Are gauges enabled?
    • histograms Link icon

      public boolean histograms()
      Are histograms enabled?
    • prefix Link icon

      public String prefix()
      The global prefix to add to all metric names.
    • namesAsTags Link icon

      public boolean namesAsTags()
      Put the cache manager and cache name in tags rather then include them in the metric name.
    • accurateSize Link icon

      public boolean accurateSize()
      Whether cache sizes should be computed
      Returns:
    • jvm Link icon

      public boolean jvm()
      Whether JVM metrics should be reported.
      Returns:
    • legacy Link icon

      public boolean legacy()
      Whether legacy metrics should be reported.
      Returns:
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object