Interface BuildAnalyticsConfig


@ConfigMapping(prefix="quarkus.analytics") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface BuildAnalyticsConfig
Build time analytics.

This is a dummy config class to hide the warnings on the comment line. All properties in here are actually used in the build tools.

  • Method Details

    • disabled

      Optional<Boolean> disabled()
      If Build time analytics are disabled.
    • uriBase

      @WithName("uri.base") Optional<String> uriBase()
      The Segment base URI.
    • timeout

      @WithDefault("3000") Integer timeout()
      The Timeout to send the build time analytics to segment.