Annotation Type FeatureStatsPresentation


  • public @interface FeatureStatsPresentation
    Annotation for specifying statistics presentation information for a feature's core statistics. This is com.opencloud.sentinel.feature.spi.SentinelFeatureStats or a derivative of that interface.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String oidSuffix
      OID suffix for the feature stats usage parameters interface type
      boolean singleton
      Singleton status of the feature stats usage parameters interface type.
    • Element Detail

      • oidSuffix

        java.lang.String oidSuffix
        OID suffix for the feature stats usage parameters interface type
        Default:
        ""
      • singleton

        boolean singleton
        Singleton status of the feature stats usage parameters interface type. Feature stats typically only has a single parameter set so the default is `true`.
        Default:
        true