Class TelemetryCollector


  • public class TelemetryCollector
    extends java.lang.Object
    A utility class to collect and send telemetry data to scarf.

    Originally from https://github.com/apache/sedona/blob/4e4791d08ddafcf0b46c3d2c092f750eb5dcf2ef/common/src/main/java/org/apache/sedona/common/utils/TelemetryCollector.java#L26

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void send​(Settings settings)  
      static void send​(Settings settings, java.lang.String tool, java.lang.String version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TelemetryCollector

        public TelemetryCollector()
    • Method Detail

      • send

        public static void send​(Settings settings)
      • send

        public static void send​(Settings settings,
                                java.lang.String tool,
                                java.lang.String version)