Interface AggregationConfig

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
AggregationConfig.BuilderBase.AggregationConfigImpl

public interface AggregationConfig extends Prototype.Api
Settings for aggregating metrics data prior to transmission.
See Also:
  • Method Details

    • builder

      static AggregationConfig.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static AggregationConfig.Builder builder(AggregationConfig instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static AggregationConfig create(Config config)
      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • create

      @Deprecated static AggregationConfig create(Config config)
      Create a new instance from configuration.
      Parameters:
      config - used to configure the new instance
      Returns:
      a new instance configured from configuration
    • type

      Type of aggregation to apply.
      Returns:
      aggregation type