Klasse DUUIMetricsManager

java.lang.Object
org.texttechnologylab.duui.api.metrics.DUUIMetricsManager

public class DUUIMetricsManager extends Object
A class that groups different providers for metrics and exports them.
Autor:
Cedric Borkowski
  • Konstruktordetails

    • DUUIMetricsManager

      public DUUIMetricsManager()
  • Methodendetails

    • init

      public static void init()
      Register metric providers here so that they are found by the Prometheus exporter.
    • export

      public static String export() throws IOException
      Export metrics into a String format.
      Gibt zurück:
      the metrics as a String
      Löst aus:
      IOException