Class OpenTelemetryTracingProperties.Limits

java.lang.Object
org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Limits
Enclosing class:
OpenTelemetryTracingProperties

public static class OpenTelemetryTracingProperties.Limits extends Object
Span limits.
Since:
4.0.0
Author:
Moritz Halbritter
  • Constructor Details

    • Limits

      public Limits()
  • Method Details

    • getMaxAttributeValueLength

      public int getMaxAttributeValueLength()
    • setMaxAttributeValueLength

      public void setMaxAttributeValueLength(int maxAttributeValueLength)
    • getMaxAttributes

      public int getMaxAttributes()
    • setMaxAttributes

      public void setMaxAttributes(int maxAttributes)
    • getMaxEvents

      public int getMaxEvents()
    • setMaxEvents

      public void setMaxEvents(int maxEvents)
    • getMaxLinks

      public int getMaxLinks()
    • setMaxLinks

      public void setMaxLinks(int maxLinks)
    • getMaxAttributesPerEvent

      public int getMaxAttributesPerEvent()
    • setMaxAttributesPerEvent

      public void setMaxAttributesPerEvent(int maxAttributesPerEvent)
    • getMaxAttributesPerLink

      public int getMaxAttributesPerLink()
    • setMaxAttributesPerLink

      public void setMaxAttributesPerLink(int maxAttributesPerLink)