Class TelemetryConfig


  • public final class TelemetryConfig
    extends Object
    Stores the runtime settings that control telemetry delivery, retry behavior, and environment-based overrides.
    • Method Detail

      • builder

        public static TelemetryConfig.Builder builder​(String projectTag,
                                                      String productVersion)
        Creates a builder for a telemetry configuration bound to the given project tag and product version.
        Parameters:
        projectTag - project identifier attached to emitted telemetry messages as category
        productVersion - host product or library version attached to emitted telemetry messages as productVersion
        Returns:
        configuration builder