Package io.quarkus.runtime
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 Summary
-
Method Details
-
disabled
If Build time analytics are disabled. -
uriBase
The Segment base URI. -
timeout
The Timeout to send the build time analytics to segment.
-