Package io.engineblock.metrics
Class ExceptionHistoMetrics
- java.lang.Object
-
- io.engineblock.metrics.ExceptionHistoMetrics
-
public class ExceptionHistoMetrics extends java.lang.ObjectUse this to provide exception histograms in a uniform way. To use this, you need to have a way to get a meaningful magnitude from each type of error you want to track.
-
-
Constructor Summary
Constructors Constructor Description ExceptionHistoMetrics(ActivityDef activityDef)
-
Method Summary
Modifier and Type Method Description voidupdate(java.lang.Throwable e, long magnitude)
-
-
-
Constructor Detail
-
ExceptionHistoMetrics
public ExceptionHistoMetrics(ActivityDef activityDef)
-
-