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übersichtKonstruktoren
- 
Methodenübersicht
- 
Konstruktordetails- 
DUUIMetricsManagerpublic DUUIMetricsManager()
 
- 
- 
Methodendetails- 
initpublic static void init()Register metric providers here so that they are found by the Prometheus exporter.
- 
exportExport metrics into a String format.- Gibt zurück:
- the metrics as a String
- Löst aus:
- IOException
 
 
-