Class Elastic

java.lang.Object
frc.alotobots.util.Elastic

public final class Elastic extends Object
  • Constructor Details

    • Elastic

      public Elastic()
  • Method Details

    • sendAlert

      public static void sendAlert(Elastic.ElasticNotification alert)
      Sends an alert notification to the Elastic dashboard. The alert is serialized as a JSON string before being published.
      Parameters:
      alert - the Elastic.ElasticNotification object containing alert details