Class NCStackdriverStatsExporter
- java.lang.Object
-
- org.apache.nlpcraft.model.opencensus.NCStackdriverStatsExporter
-
- All Implemented Interfaces:
NCLifecycle
public class NCStackdriverStatsExporter extends Object implements NCLifecycle
Probe lifecycle component that manages OpenCensus Stackdriver stats exporter. See https://opencensus.io/exporters/supported-exporters/java/stackdriver-stats/ for more details. This is a probe lifecycle component - seeNCLifecycle
for usage information.See documentation on how to configure probe life cycle components, default values, etc.
-
-
Constructor Summary
Constructors Constructor Description NCStackdriverStatsExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInit()
Called before lifecycle component is used and just after its creation.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.nlpcraft.model.NCLifecycle
onDiscard
-
-
-
-
Method Detail
-
onInit
public void onInit()
Description copied from interface:NCLifecycle
Called before lifecycle component is used and just after its creation. This method is guaranteed to be called. Default implementation is no-op.- Specified by:
onInit
in interfaceNCLifecycle
-
-