接口 InstanceCommunication.MetricsDataOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface InstanceCommunication.MetricsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleanUser defined metricsdoubleAverage process latency for functiondoubledouble avgProcessLatency_1min = 15;longTimestamp of when the function was last invokedlongTotal number of records successfully processed by user functionlongint64 processedSuccessfullyTotal_1min = 12;longTotal number of records function received from sourcelongint64 receivedTotal_1min = 10;longTotal number of system exceptions thrownlongint64 systemExceptionsTotal_1min = 13;longTotal number of user exceptions thrownlongint64 userExceptionsTotal_1min = 14;已过时。intUser defined metricsUser defined metricsdoublegetUserMetricsOrDefault(String key, double defaultValue) User defined metricsdoubleUser defined metrics从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getReceivedTotal
long getReceivedTotal()Total number of records function received from source
int64 receivedTotal = 2;- 返回:
- The receivedTotal.
-
getReceivedTotal1Min
long getReceivedTotal1Min()int64 receivedTotal_1min = 10;- 返回:
- The receivedTotal1min.
-
getProcessedSuccessfullyTotal
long getProcessedSuccessfullyTotal()Total number of records successfully processed by user function
int64 processedSuccessfullyTotal = 4;- 返回:
- The processedSuccessfullyTotal.
-
getProcessedSuccessfullyTotal1Min
long getProcessedSuccessfullyTotal1Min()int64 processedSuccessfullyTotal_1min = 12;- 返回:
- The processedSuccessfullyTotal1min.
-
getSystemExceptionsTotal
long getSystemExceptionsTotal()Total number of system exceptions thrown
int64 systemExceptionsTotal = 5;- 返回:
- The systemExceptionsTotal.
-
getSystemExceptionsTotal1Min
long getSystemExceptionsTotal1Min()int64 systemExceptionsTotal_1min = 13;- 返回:
- The systemExceptionsTotal1min.
-
getUserExceptionsTotal
long getUserExceptionsTotal()Total number of user exceptions thrown
int64 userExceptionsTotal = 6;- 返回:
- The userExceptionsTotal.
-
getUserExceptionsTotal1Min
long getUserExceptionsTotal1Min()int64 userExceptionsTotal_1min = 14;- 返回:
- The userExceptionsTotal1min.
-
getAvgProcessLatency
double getAvgProcessLatency()Average process latency for function
double avgProcessLatency = 7;- 返回:
- The avgProcessLatency.
-
getAvgProcessLatency1Min
double getAvgProcessLatency1Min()double avgProcessLatency_1min = 15;- 返回:
- The avgProcessLatency1min.
-
getLastInvocation
long getLastInvocation()Timestamp of when the function was last invoked
int64 lastInvocation = 8;- 返回:
- The lastInvocation.
-
getUserMetricsCount
int getUserMetricsCount()User defined metrics
map<string, double> userMetrics = 9; -
containsUserMetrics
User defined metrics
map<string, double> userMetrics = 9; -
getUserMetrics
已过时。UsegetUserMetricsMap()instead. -
getUserMetricsMap
User defined metrics
map<string, double> userMetrics = 9; -
getUserMetricsOrDefault
User defined metrics
map<string, double> userMetrics = 9; -
getUserMetricsOrThrow
User defined metrics
map<string, double> userMetrics = 9;
-