Class MethodInstrumentation
java.lang.Object
com.netflix.spinnaker.kork.telemetry.MethodInstrumentation
Helper functions and common exceptions to use when instrumenting methods with metric IDs and
tags.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisMethodAllowed(Method method) static StringtoMetricId(String metricNamespace, Method method, String metricName) static StringtoMetricId(String metricNamespace, String methodName, String metricName)
-
Constructor Details
-
MethodInstrumentation
public MethodInstrumentation()
-
-
Method Details
-
isMethodAllowed
-
toMetricId
-
toMetricId
-
coalesceTags
-