Klasse DUUIMetricsManager
java.lang.Object
org.texttechnologylab.duui.api.metrics.DUUIMetricsManager
A class that groups different providers for metrics and exports them.
- Autor:
- Cedric Borkowski
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
DUUIMetricsManager
public DUUIMetricsManager()
-
-
Methodendetails
-
init
public static void init()Register metric providers here so that they are found by the Prometheus exporter. -
export
Export metrics into a String format.- Gibt zurück:
- the metrics as a String
- Löst aus:
IOException
-