Class TracingConfiguration

All Implemented Interfaces:
Matchable<TracingConfiguration>, Updatable<TracingConfiguration>

public class TracingConfiguration extends ConfigurationElement<TracingConfiguration>
  • Field Details

  • Constructor Details

    • TracingConfiguration

      protected TracingConfiguration(AttributeSet attributes)
  • Method Details

    • enabled

      public boolean enabled()
      Whether tracing is enabled or disabled on the given cache. This property can be used to enable or disable tracing at runtime.
      Returns:
      Whether the tracing is enabled on the given cache
    • categories

      public Set<SpanCategory> categories()
    • enabled

      public boolean enabled(SpanCategory category)